Answers for "angular ng update"

3

update angular cli

npm uninstall -g @angular-cli
npm install -g @angular/cli@latest
Posted by: Guest on January-07-2021
4

how to update angular version

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

update angular to specific version

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language