@ngx-dummy/select-simple
Version:
A simple select component to use in Angular / Ionic projects .. (WIP) and sample app using it
11 lines • 670 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./select.component";
import * as i2 from "./select-item.component";
import * as i3 from "@angular/common";
import * as i4 from "@angular/forms";
export declare class SelectSimpleModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SelectSimpleModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectSimpleModule, [typeof i1.SelectComponent, typeof i2.SelectItemComponent], [typeof i3.CommonModule, typeof i4.FormsModule], [typeof i1.SelectComponent, typeof i2.SelectItemComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SelectSimpleModule>;
}
//# sourceMappingURL=select-simple.module.d.ts.map