tuain-ng-forms-lib
Version:
Componentes y Clases Angular para la gestión de formularios TUAIN
19 lines (18 loc) • 1.61 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/elements/action.component";
import * as i2 from "./components/elements/field.component";
import * as i3 from "./components/elements/layout/form-error.component";
import * as i4 from "./components/elements/layout/form-header.component";
import * as i5 from "./components/elements/layout/section.component";
import * as i6 from "./components/elements/layout/sub-section.component";
import * as i7 from "./components/elements/tables/table-record-action.component";
import * as i8 from "./components/elements/tables/table-record-field.component";
import * as i9 from "./components/elements/tables/table.component";
/**
* @deprecated Since v17. Use standalone components directly. Will be removed in v19.
*/
export declare class TuainNgFormsLibModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TuainNgFormsLibModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TuainNgFormsLibModule, never, [typeof i1.ActionComponent, typeof i2.FieldComponent, typeof i3.FormErrorComponent, typeof i4.FormHeaderComponent, typeof i5.SectionComponent, typeof i6.SubSectionComponent, typeof i7.LibTableRecordActionComponent, typeof i8.LibTableRecordFieldComponent, typeof i9.LibTableComponent], [typeof i1.ActionComponent, typeof i2.FieldComponent, typeof i3.FormErrorComponent, typeof i4.FormHeaderComponent, typeof i5.SectionComponent, typeof i6.SubSectionComponent, typeof i7.LibTableRecordActionComponent, typeof i8.LibTableRecordFieldComponent, typeof i9.LibTableComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TuainNgFormsLibModule>;
}