Installing Angular on your machine. Setting up Angular, How to install Angular
Get your Editor here: https://code.visualstudio.com/download
Node.Js Download page: https://nodejs.org/en/download
Table of Contents
01:00 Choosing Editor for Angular
02:10 Installing VSCode
03:40 Why we need Node.Js for Angular?
04:35 Installing Node.js and npm
06:20 What is Angular CLI?
08:30 Installing Angular CLI (npm install -g @angular/cli)
10:07 Creating first Angular Project (ng new first-angular-app)
12:50 Running your Angular project (ng serve)