Answers for "how to change angular version from 10 to 8"

3

downgrade angular version in project

Try like this :

ng --version
npm uninstall -g @angular/cli
npm cache clean --force

npm install -g @angular/[email protected]
ng --version
Posted by: Guest on April-21-2020

Code answers related to "how to change angular version from 10 to 8"

Code answers related to "Javascript"

Browse Popular Code Answers by Language