Angular Material admin template
npm install ng-matero







Ng-Matero is an Angular admin templete made with Material components.
You can use the Anglar CLI Schematics to install the project.
``bash`
$ ng new
$ cd
$ ng add ng-matero
You can use the ng-matero schematics to generate a module or a page.
Generate a lazy loaded module.
`bash`
$ ng g ng-matero:module
The new module will be created in routes folder, it will be added in routes.module and its route declaration will be added in routes-routing.module automaticly.
Generate a page component in the module.
`bash`
$ ng g ng-matero:page
Generate a entry component in the page component.
`bash`
$ ng g ng-matero:page
Just two steps after initializing the project, you can get a route page.
`bash`
$ ng g ng-matero:module abc
$ ng g ng-matero:page def -m=abc
Take a look at http://localhost:4200/#/abc/def`, enjoy it!
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
#### Individuals
#### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
MIT