Angular 9 Support
See original GitHub issueI just released a new minor version (8.1.0) for all packages which handles several issues and provides some bugfixes and experimental features for Angular v8. Please take a look at #745 to see what’s new.
However, the new Angular version (v9.0.0) was released on February and it has several changes which must be addressed on this toolkit in order to provide proper support for end users.
This will require some time as my time is very limited due to real life stuff and also, being the only active maintainer so far. This work will not cover migration schematics as those are another headache for only one developer and the Angular schematics aren’t well documented 😢
TODO LIST
Universal
- Remove the prerendering script as Angular Universal now support its own prerendering script (with lazy loading support too! 🎉 ).
Serverless
- Complete experimental features like integration with
serverless-offline
andserverless-plugin-typescript
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
Angular versioning and releases
Actively supported versionslink. The following table provides the status for Angular versions under support. Version, Status, Released, Active ends, LTS ends ...
Read more >Angular - endoflife.date
Release Released Active Support
15 1 month and 1 week ago. (16 Nov 2022) Ends in 4 months and 3 weeks. (18 M...
14 (...
Read more >Angular 9 support end date? - Auth0 Community
Since Angular 9's LTS ends Aug 6 of this year, then any development on the auth0-angular SDK after that date will not take...
Read more >Angular 9: What's Angular and Angular 9 New Features |
Angular 9 added support for TypeScript 3.7 and improved the IDE and language service ... TypeScript versions 3.6 and 3.7 are supported in...
Read more >Angular 9 support - Material Design for Bootstrap
since there has been already published version 9 RC of Angular when do you plan to make your ... We already support Angular...
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
@KingDarBoja thanks for maintaining this library! Eagerly awaiting for Angular 9 support!
I am looking into the new Angular 9 and checking what needs to be changed, thinking on using Nx Workspaces to handle all schematic stuff as monorepo but will take a while while testing and all that stuff.