Install Angular Using NPM

Angular is an application-design framework and development platform for creating efficient and sophisticated single-page apps.

These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page apps for enterprises. Tutorials and guides include downloadable examples to accelerate your projects.

For installing Angular on system you must need to install NVM and NodeJS.

For installing Angular, run command
npm i -g @angular/cli@12.2.0

Now you can check angular Version
ng –version

Angular is installed now on your system now you can use ng command for creating projects

Related Posts

Leave a Reply

Your email address will not be published.