ngx-inp-color-text
v11.0.2
Published
```bash npm install ngx-inp-color-text ``` ```javascript import { NgxInpColorTextModule } from 'ngx-inp-color-text'; ```
Readme
NgxInpColorText
npm install ngx-inp-color-text import { NgxInpColorTextModule } from 'ngx-inp-color-text';<input-color [inputText]="variable" (returnValue)="selectedValues($event)"></input-color>variable = 'Some Text'
returnValue event returns an array of object [{ text: 'Some Text', color: '#fafafa' }]STILL WORKING ON THIS PACKAGE... issues, bugs and suggestions are invited.
