ngx-select-dropdown
Version:
A angular(4+) select dropdown for single select or multiselct module.
12 lines (11 loc) • 739 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./ngx-select-dropdown.component";
import * as i2 from "./pipes/filter-by.pipe";
import * as i3 from "./pipes/limit-to.pipe";
import * as i4 from "@angular/common";
import * as i5 from "@angular/forms";
export declare class SelectDropDownModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SelectDropDownModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectDropDownModule, [typeof i1.NgxSelectDropdownComponent, typeof i2.FilterByPipe, typeof i3.LimitToPipe], [typeof i4.CommonModule, typeof i5.FormsModule], [typeof i1.NgxSelectDropdownComponent, typeof i2.FilterByPipe, typeof i3.LimitToPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SelectDropDownModule>;
}