Update for Angular 7 support
See original GitHub issue- update documentation extraction script to support TS 3.1.x
- (warning) tslint version with CLI 7 marks
keyEvent.which
as deprecated - (warning) demo: tslint version with CLI 7 marks
addListener
as deprecated - update documentation with supported versions in
README.md
andgetting-started.component.ts
- required tsickle 0.33.0 gives a peer-depencency warning after installation with CLI 7.0.0 and TS 3.1.1
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Guide to update your Angular application v7.2 -> v12.0 for ...
Update to the new version. Review these changes and perform the actions to update your application. Update to version 8 of the core...
Read more >Angular versioning and releases
We update peer dependencies in minor versions by expanding the supported ... As of Angular version 7, the major versions of Angular core...
Read more >ng update - Angular
Perform a basic update to the current stable release of the core framework and CLI by running the following command. ... To update...
Read more >Angular Update Guide
Select the options that match your update. Angular versions. From v. 16.0, 15.0, 14.0, 13.0, 12.0, 11.0, 10.2, 10.1, 10.0, 9.1, 9.0, 8.2,...
Read more >Guide to update your Angular application v7.0 -> v9.0 for ...
Update to the new version. Review these changes and perform the actions to update your application. Update to version 8 of the core...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@changhuixu by saying that
3.x.x
should work fine, I meant that there are no breaking changes / development required in the library to support Angular 7. Warnings is a different thing.We’ll release
4.0.0
shortly with official support for Angular 7.0.0, rxjs 6.3.0 and TS 3.1.1 that will remove all warnings in question.Just released Angular 7 compatible version - aca4cbe