sgc-ng-field-form-edit
Version:
Custom SGC-NG-FIELD-FORM-EDIT UI Components based on Angular and Material. This component automatically generate SGC Component based on [TypeFieldFormEdit](https://www.npmjs.com/package/sgc-share-lib#2-typefieldformedit) ***
16 lines (15 loc) • 990 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./sgc-ng-field-form-edit.component";
import * as i2 from "@angular/common";
import * as i3 from "sgc-ng-text";
import * as i4 from "sgc-ng-textarea";
import * as i5 from "sgc-ng-password";
import * as i6 from "sgc-ng-datetime";
import * as i7 from "sgc-ng-number";
import * as i8 from "sgc-ng-select";
import * as i9 from "sgc-ng-fileinput";
export declare class SgcNgFieldFormEditModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SgcNgFieldFormEditModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SgcNgFieldFormEditModule, [typeof i1.SgcNgFieldFormEditComponent], [typeof i2.CommonModule, typeof i3.SgcNgTextModule, typeof i4.SgcNgTextareaModule, typeof i5.SgcNgPasswordModule, typeof i6.SgcNgDatetimeModule, typeof i7.SgcNgNumberModule, typeof i8.SgcNgSelectModule, typeof i9.SgcNgFileinputModule], [typeof i1.SgcNgFieldFormEditComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SgcNgFieldFormEditModule>;
}