Angular4 Material Setup
Creating a project with Angular4 Material from beginning on wards:
Create a new project
>ng new hg_material1
Once command has entered then navigate to hg_material1 folder and open in any IDE. Here am working on Visual studio code IDE.
>cd hg_material1
Now Install the dependencies by following through below command:
> npm install --save @angular/material @angular/animations
We will install two…
View On WordPress














