





Angular, Material Design & Typescript
Grab the most developer friendly & easy to customize
Angular Material Admin dashboard.






1. Download & install NodeJs.
2. Download & install Git.
3. Install @angular/cli globally. Open terminal and run npm install -g @angular/cli
Angular CLI Doc: https://cli.angular.io
4. Use terminal and navigate to project root. Then run npm install
5. Run ng serve -o for a dev server. Navigate to http://localhost:4200.
Run ng generate component componentName to generate a new component.
ng generate directive/pipe/service/class/module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
main.ts (Location: src) is the entry file. And app.scss (Location: "src/assets/styles/app.scss")
angular.json file.