- Node Js Download
- npm install -g @angular/cli
- ng add @angular/material
If you get error like below in step 3
Open Powershell and run the following command
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
- Bootstrap
$ npm install ngx-bootstrap bootstrap --save
- Alertify
$ npm install alertifyjs --save
- Toastr
$ npm install --save toastr
- Animation Waiting Infrastructure with Spinner
$ npm install ngx-spinner --save
Latest Command
ng serve
Other Commands
npm unistall -g angular/cli
npm cache clean
npm install -g @angular/cli@lastest
ng update @angular/cli