@ng2-dynamic-forms/core
v1.4.31
Published
A rapid form development library for Angular 2.x and higher
Downloads
570
Maintainers
Readme
ng2 Dynamic Forms Core
Installation
npm install @ng2-dynamic-forms/core -S
Import
@NgModule({
imports: [
// ...
ReactiveFormsModule,
DynamicFormsCoreModule.forRoot()
]
})
export class AppModule {}