@ng-dynamic-forms/core

A rapid form development library for Angular

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@ng-dynamic-forms/core
18.0.09 months ago7 years agoMinified + gzip package size for @ng-dynamic-forms/core in KB

Readme

NG Dynamic Forms Core

Installation

npm i @ng-dynamic-forms/core -S

Import

@NgModule({

    imports: [
        ReactiveFormsModule,
        DynamicFormsCoreModule
    ]
})

export class AppModule {}

Resources