angular-udf
TypeScript icon, indicating that this package has built-in type declarations

0.0.4-beta • Public • Published
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>

Package Sidebar

Install

npm i angular-udf

Weekly Downloads

3

Version

0.0.4-beta

License

MIT

Unpacked Size

93.2 kB

Total Files

32

Last publish

Collaborators