DevUI Admin Materials
Materials of ng-devui-admin.
Install
npm i ng-devui-materials
Preview
For a better experience, you can go to DevUI Materials for more details.
How to Use
-
You can simply copy our code of blocks and paste to your own project, but you need to import dependencies if there is a missing dependencies error.
-
Make use of our schematics (This is the easiest way).
ng new your-project && cd your-project
ng add ng-devui-admin
npm i ng-devui-materials
Then cd into your page folder to add our blocks.
cd src/app/pages/getting-started/sample
ng g ng-devui-admin:blocks
License
The MIT License.