Answers for "angular cli version latest"

3

update angular cli

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

install angular cli version

Install Specific Version (Example: 6.1.1)
npm install -g @angular/[email protected]
Posted by: Guest on February-19-2021

Code answers related to "angular cli version latest"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language