NPM
First, Install NPM node package using
sudo apt install npm
Install Angular CLI
Run as root user
sudo npm install -g @angular/cli
New App
ng new my-project-name
Now all necessary components install and configured, once completed change your project directory using
cd my-project-name
Run your created Angular Material Project
ng serve
First, Install NPM node package using
sudo apt install npm
Install Angular CLI
Run as root user
sudo npm install -g @angular/cli
New App
ng new my-project-name
Now all necessary components install and configured, once completed change your project directory using
cd my-project-name
Run your created Angular Material Project
ng serve