Angular 6 - upgrading the the latest cli tools
You can upgrade to the latest cli tools using the following command :-
npm install @angular/cli@latest -g
To upgrade existing project, just run the following commands
ng update @angular/cli
npm install @angular/cli@latest -g
ng update @angular/cli
Comments