design-angular-kit-lombardia
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della Regione Lombardia
20 lines (19 loc) • 1.84 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./autocomplete/autocomplete.component";
import * as i2 from "./search/search.component";
import * as i3 from "./checkbox/checkbox.component";
import * as i4 from "./input/input.component";
import * as i5 from "./password-input/password-input.component";
import * as i6 from "./radio-button/radio-button.component";
import * as i7 from "./range/range.component";
import * as i8 from "./rating/rating.component";
import * as i9 from "./select/select.component";
import * as i10 from "./textarea/textarea.component";
import * as i11 from "./transfer/transfer.component";
import * as i12 from "./upload-drag-drop/upload-drag-drop.component";
import * as i13 from "./upload-file-list/upload-file-list.component";
export declare class ItFormModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ItFormModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ItFormModule, never, [typeof i1.ItAutocompleteComponent, typeof i2.ItSearchComponent, typeof i3.ItCheckboxComponent, typeof i4.ItInputComponent, typeof i5.ItPasswordInputComponent, typeof i6.ItRadioButtonComponent, typeof i7.ItRangeComponent, typeof i8.ItRatingComponent, typeof i9.ItSelectComponent, typeof i10.ItTextareaComponent, typeof i11.ItTransferComponent, typeof i12.ItUploadDragDropComponent, typeof i13.ItUploadFileListComponent], [typeof i1.ItAutocompleteComponent, typeof i2.ItSearchComponent, typeof i3.ItCheckboxComponent, typeof i4.ItInputComponent, typeof i5.ItPasswordInputComponent, typeof i6.ItRadioButtonComponent, typeof i7.ItRangeComponent, typeof i8.ItRatingComponent, typeof i9.ItSelectComponent, typeof i10.ItTextareaComponent, typeof i11.ItTransferComponent, typeof i12.ItUploadDragDropComponent, typeof i13.ItUploadFileListComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ItFormModule>;
}