ng-smart-forms
Version:
Zero-config reactive forms with built-in validation, auto-save, and smart error handling for Angular
11 lines (10 loc) • 653 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "@angular/forms";
import * as i3 from "./directives/smart-form.directive";
import * as i4 from "./directives/smart-input.directive";
export declare class SmartFormModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SmartFormModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartFormModule, never, [typeof i1.CommonModule, typeof i2.ReactiveFormsModule, typeof i3.SmartFormDirective, typeof i4.SmartInputDirective], [typeof i3.SmartFormDirective, typeof i4.SmartInputDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SmartFormModule>;
}