maciejtreder / ng-toolkit

:star: Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
https://www.angular-universal-pwa.maciejtreder.com
MIT License
1.12k stars 156 forks source link

Angular 9 Support #788

Open KingDarBoja opened 4 years ago

KingDarBoja commented 4 years ago

I 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

Serverless

Robinl2018 commented 4 years ago

Hi, I have the same issue, i solved it with this version ng add @ng-toolkit/universal@8.0.3

tspicer commented 4 years ago

@Robinl2018 what are you saying is solved, Angular 9 support? You are able to deploy Angular 9 using 8.0.3?

Robinl2018 commented 4 years ago

Hi, I'm using angular 8

KingDarBoja commented 4 years ago

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.

pasevin commented 4 years ago

@KingDarBoja thanks for maintaining this library! Eagerly awaiting for Angular 9 support!

geetika-kathuria commented 4 years ago

@KingDarBoja Any update for angular 9 support?