Answers for "updating angular version"

3

update angular cli

For updating angular cli type this command :
ng update @angular/cli @angular/core
Posted by: Guest on April-01-2020
4

how to update angular version

content_copy
      
      ng update @angular/cli @angular/core
Posted by: Guest on June-18-2020
0

update angular

npm uninstall -g @angular-cli
npm install -g @angular/cli@latest
Posted by: Guest on November-08-2020
0

update angular project

Go through the steps illustrated here:
https://update.angular.io/
Posted by: Guest on September-07-2021

Code answers related to "updating angular version"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language