Question:
How to downgrade the angular project?

To downgrade an angular project we need to edit the package.json file as in the below code.


    "@angular/animations": "^16.1.0",

    "@angular/cdk": "^16.1.0",

    "@angular/common": "^16.1.0",

    "@angular/compiler": "^16.1.0",

    "@angular/core": "^16.1.0",

    "@angular/forms": "^16.1.0",

    "@angular/platform-browser": "^16.1.0",

    "@angular/platform-browser-dynamic": "^16.1.0",

    "@angular/router": "^16.1.0",


then delete the node_module and install it again.


Answered by: >Murugan

Credit:> Stack Overflow


Suggested blogs:

>Design a basic Mobile App With the Kivy Python Framework

>How to build an Electron application from scratch?

>How to build interactivegraphviz in Python

>How React hooks Completely replace redux?

>How to access the state using Redux RTK in the React Native app?

>How to Build a Python GUI Application With WX Python

>How to Build a RESTful API Using Node Express and MongoDB- Part 1


Submit
0 Answers