0.0.4-beta • Published 5 years ago

angular-udf v0.0.4-beta

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago
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>