angular-udf
v0.0.4-beta
Published
A dynamic udf component using angular material
Downloads
1
Maintainers
Readme
| INSTALL: | | --------------------------- |
npm i angular-udf
| You need to import the following dependencies:| | --------------------------------------------------------------------- |
npm install --save @angular/material @angular/cdk @angular/animations
ng add @angular/material
| It is very important that you copy the following code in your main styles.css file:| | ----------------------------------------------------------------- |
@import "~@angular/material/prebuilt-themes/deeppurple-amber.css"
| API: | | --------------------------------------------------------------------------------------------------------------------- | For your use you need to import the library in the following way
import { AngularUdfModule } from 'angular-udf'
For its use you need to paste the tag, in udf Data you receive the array of the interface definition, in udfFormGroup you receive a FormGroup object
<lib-angular-udf [udfData]="input-array-definition-interface" [udfFormGroup]="object-FormGrup" > </lib-angular-udf>