DevUI Admin Materials
Materials of ng-devui-admin.
Install
# Install package under your project.
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 dependencieserror. -
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.
# For Example
cd src/app/pages/getting-started/sample
ng g ng-devui-admin:blocks
# You can also create a page with our blocks
# cd src/app/pages/getting-started
# ng g ng-devui-admin:views
License
The MIT License.