1.0.2 • Published 7 years ago

ngx-selectcolor v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

ngx-selectcolor

Angular component for view and choose color

view and choose color

Dependents

  1. font awesome
  2. 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>