For updating Angular 8 to 9, I am following the official document to upgrade. Which suggests first updating to the latest version of angular 8, like: ng update
For updating Angular 8 to 9, I am following the official document to upgrade. Which suggests first updating to the latest version of angular 8, like: ng update
I am updating my angular project version from 8 to 9, after resolving other build errors when i run ng serve my compilation is getting stuck at 15% building 43/
I am following this site and trying to update my project to 11.0 through the following command. npx @angular/cli@11 update @angular/core@11 @angular/cli@11 Eve