0.0.5 • Published 6 years ago

ui-custom-lib v0.0.5

Weekly downloads
21
License
update comming so...
Repository
github
Last release
6 years ago

ui-custom-lib

This is a UI custom library based on Primeng library with for personal use, if you need a full template of Primeng please visit https://www.primefaces.org.

Installation

Run:

npm install ui-custom-lib

In app.module.ts:

import { UICustomLibModule } from 'ui-custom-lib';

In module need use directive:

import { InputTextModule } from 'ui-custom-lib';

Use in HTML:

<input uiInputText> 

In angular.json add:

"styles": [
  "node_modules/ui-custom-lib/assets/themes/nova-light/theme.css",
  "node_modules/ui-custom-lib/assets/primeng.min.css",
  //...
],
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago