Environmental setup and installation | create my first angular app | Angular 13 tutorial #1

Опубликовано: 24 Июль 2026
на канале: Nihira Techiees
42,610
275

#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]