[Link]
com/download - Visual Studio Code Install
[Link] - Node Js Installer(Window)
node -v = version check in cmd
Get-ExecutionPolicy – Window powershell – Run as administrator
Set-ExecutionPolicy RemoteSigned – To free the node from restricted mode
Yes
Get-ExecutionPolicy
npm install -g @angular/cli – Angular Package Installer Command
ng version – Angular version checking command
ng new project1 (Project name - creation)
Questions – N / CSS / N
cd project1 – open project command
ng serve – run the project