Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Upgrade to angular 8.1.3 #26

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

merolhack
Copy link

@merolhack merolhack commented Jul 28, 2019

Related issues

Fixes: #20

Changes proposed in this pull request

  • Upgrade the angular versions to 8.1.3
  • Bugfix in the file, missing asterisk in package name added:
    • /src/app/pages/pages/login/login.component.ts
- import { AuthService } from '@services/';
+ import { AuthService } from '@services/*';
  • Linting warnings removed
  • Charts refactored due an errors in the console
  • Bugfix in the upgrade of the core-js in the src/polyfills.ts file.

The imports have changed for core-js version 3.0.1 - for example
import 'core-js/es6/array'; and import 'core-js/es7/array';
can now be provided simply by the following
import 'core-js/es/array';

Source: https://stackoverflow.com/a/56186570/1006079

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade angular version to 8.0
1 participant