Skip to content

Upgrade library to Angular 6 #651

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

Merged
merged 8 commits into from
Aug 4, 2018
Merged

Upgrade library to Angular 6 #651

merged 8 commits into from
Aug 4, 2018

Conversation

KeithGillette
Copy link
Contributor

@KeithGillette KeithGillette commented Aug 3, 2018

Breaking: Upgrades library to Angular 6:

Motivation: When I thought the best way to resolve issue #376 was to use the Angular 6 @Injectable( { providedIn: 'root'}) approach, I upgraded the library to Angular 6. (As it turns out, the Angular 6 providerIn: 'root'approach does not work to create a service singleton when the service is provided in a library consumed by an application, only when used directly in an application.)

@adamkleingit
Copy link
Contributor

Hi,
why did you remove the examples for previous versions?

@KeithGillette
Copy link
Contributor Author

Per the PR and the commit descriptions, they are incompatible, and so confusing to retain. So far as I could tell, the upgrade to Angular 6 generates incompatible metadata, per the link in the PR description.

@adamkleingit
Copy link
Contributor

I'll keep the examples but remove the scripts.

@adamkleingit adamkleingit merged commit 28bb46e into CirclonGroup:master Aug 4, 2018
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.

2 participants