enten / udk

Universal Development Kit: Webpack extension which improves universal application development. - THE UDK PROJECT SUPPORT IS CURRENTLY SUSPENDED.
MIT License
29 stars 7 forks source link

Angular 9 Update? #16

Closed qdouble closed 3 years ago

qdouble commented 5 years ago

Hey...I tried to see if I can start working with Angular 9 now that it is in rc, but udk doesn't work with it. Any plans to make it compatible soon?

enten commented 5 years ago

@qdouble

Hi, I already starts to work on udk to make it compatible with Angular 9.

But Angular 9 introduces some changes in the devkit which are not easy to handle in udk.

I hope to make everything work for november.

enten commented 4 years ago

@qdouble

My apologies, I hadn't time in november to continue working on angular 9 support.

I worked on last week end and I hope to release angular 9 support this month.

FYI below the progress.

Tasks:

Log:

enten commented 4 years ago

@qdouble

I released udk v1.1.9-rc.1 which works with angular 9.0.0-rc.6 (devkit v0.900.0-rc.6).

Can you try to update to angular v9.0.0-rc.6 (devkit v0.900.0-rc.6) and udk v1.1.9-rc.1 to check if angular 9 support works?

WARN: some adjustements are required in your angular universal project you can check example here.

npm install @angular/animations@9.0.0-rc.6 @angular/common@9.0.0-rc.6 @angular/compiler@9.0.0-rc.6 @angular/core@9.0.0-rc.6 @angular/forms@9.0.0-rc.6 @angular/http@8.0.0-beta.10 @angular/platform-browser@9.0.0-rc.6 @angular/platform-browser-dynamic@9.0.0-rc.6 @angular/platform-server@9.0.0-rc.6 @angular/router@9.0.0-rc.6 @angularclass/hmr@2.1.3 @nguniversal/express-engine@8.2.6 @nguniversal/module-map-ngfactory-loader@v8.2.6

npm install --save-dev @angular-devkit/build-angular@0.900.0-rc.6 @angular/cli@9.0.0-rc.6 @angular/compiler-cli@9.0.0-rc.6 @angular/language-service@9.0.0-rc.6 typescript@3.6.4 udk@1.1.9-rc.1
qdouble commented 4 years ago

@enten Hey, I've been using it for like a week... it wasn't working for me at first because of dependency mismatches in my project, but everything seems fine now. I'm use rc.7 of angular with nrwl

enten commented 4 years ago

@qdouble

I encountered troubleshooting with mismatches dependencies too. In this case: remove node_modules folder, remove package-lock.json and run npm install fix that.

I will wait for angular v9 first release to check the angular devkit behavior with udk builders. When everythings will work well, I will publish udk v1.1.9.

enten commented 4 years ago

@qdouble

We experiment udk with angular v9 since few months now without any issue.

Is it okay for you? Can we close this issue?