ngx-selectcolor
v1.0.2
Published
Angular component for view and choose color
Downloads
1
Readme
ngx-selectcolor
Angular component for view and choose color
Dependents
- font awesome
- tinycolor2
Installation
$ npm install ngx-selectcolor --save
Implementation
import {LgcolorModule} from 'ngx-selectcolor';
@NgModule({
imports: [
....,
LgcolorModule
],
...
})
Add it to template:
<ni-color [color]="'red'" [faclass]="'fa-plus'"></ni-color>