This is a simple project that uses Angular material design.
- Link reference: Angular Material
- This project was generated with: Angular CLI version 15.0.4.
First i create the Angular app
ng new Angular-Material-Design
Next i install angular material design
ng add @angular/material
Then i create some components
ng create component component-name
Finally i copy paste some of the material designs provided at: Angular Material.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.