Socket
Book a DemoInstallSign in
Socket

ng-devui-materials

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-devui-materials

Materials of DevUI Admin

latest
npmnpm
Version
15.1.0
Version published
Maintainers
1
Created
Source

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 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.

# 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.

Keywords

materials

FAQs

Package last updated on 13 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts