0.0.5 • Published 3 years ago

flexivanuicontrols v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Flexivanuicontrols

This library was generated with Angular CLI version 12.2.0.

Components

search-input

----app.module.ts---- import {SearchInputModule} from 'flexivanuicontrols/searchInput';

   ---Html file----

<fv-searchInput inputArray="inputArrayData" fieldDesc="'fieldDescription'" modelField="'fieldDescription'" >

 ----sample input in .component.ts ------ 
 (any array containing objects) like below

inputArrayData= { fieldDescription:"helloe", fieldId:"1" }, { fieldDescription:"chill bro ", fieldId:"1" }, { fieldDesc:"hi", fieldId:"1" } , { fieldDescription:"hey got it", fieldId:"1" }

fieldDesc --- pass name of the field to display in list . modelField --- pass name of the field to bind in input .

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago