Home:ALL Converter>Downgrade Angular version / not cli

Downgrade Angular version / not cli

Ask Time:2021-09-13T20:45:13         Author:Andreas V

Json Formatter

I want to downgrade the Angular version of a specific project from 11 to 10.2.3 I have done the following:

npm uninstall @angular/cli

npm cache clean --force

npm install  @angular/[email protected]

This as I see affects only the CLI version and not the Angular version. All the info I found was about this. I can nowhere find how to change the Angular version itself! Any suggestions?

Author:Andreas V,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/69162921/downgrade-angular-version-not-cli
yy