#angular #angular13 #angularcli
This video about angular 13 tutorial . this first part explains how to do setup & configuration
Important Links
================
https://nodejs.org/en/ - for installing node js
https://angular.io/cli - official angular website
https://code.visualstudio.com/ - for installing visual studio code
Important commands
=======================
1, node -v -- identify the version of node
2, npm -v -- identify the version of npm
3, ng version -- identify the version of angular CLI
4, ng new project 1 -- Create project
5, ng serve -- run the angular application
6, npm install -g @angular/cli [ Installing angular CLI]