Answers for "update ng command"

1

update angular to specific version

ng update @angular/[email protected] @angular/[email protected]
Posted by: Guest on July-09-2020
0

ng update @angular/core @angular/cli

rm -rf node_modules
npm uninstall --save-dev angular-cli
npm install --save-dev @angular/cli@latest
npm install
Posted by: Guest on April-28-2020

Browse Popular Code Answers by Language