ngx-mat-select-search
Version:
Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.
23 lines (22 loc) • 1.66 kB
TypeScript
import { MatSelectSearchClearDirective } from './mat-select-search-clear.directive';
import { MatSelectNoEntriesFoundDirective } from './mat-select-no-entries-found.directive';
import * as i0 from "@angular/core";
import * as i1 from "./mat-select-search.component";
import * as i2 from "./mat-select-search-clear.directive";
import * as i3 from "./mat-select-no-entries-found.directive";
import * as i4 from "@angular/common";
import * as i5 from "@angular/forms";
import * as i6 from "@angular/material/button";
import * as i7 from "@angular/material/checkbox";
import * as i8 from "@angular/material/icon";
import * as i9 from "@angular/material/progress-spinner";
import * as i10 from "@angular/material/tooltip";
import * as i11 from "@angular/material/divider";
export declare const MatSelectSearchVersion = "8.0.0";
export { MatSelectSearchClearDirective };
export { MatSelectNoEntriesFoundDirective };
export declare class NgxMatSelectSearchModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatSelectSearchModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxMatSelectSearchModule, [typeof i1.MatSelectSearchComponent, typeof i2.MatSelectSearchClearDirective, typeof i3.MatSelectNoEntriesFoundDirective], [typeof i4.CommonModule, typeof i5.ReactiveFormsModule, typeof i6.MatButtonModule, typeof i7.MatCheckboxModule, typeof i8.MatIconModule, typeof i9.MatProgressSpinnerModule, typeof i10.MatTooltipModule, typeof i11.MatDividerModule], [typeof i1.MatSelectSearchComponent, typeof i2.MatSelectSearchClearDirective, typeof i3.MatSelectNoEntriesFoundDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxMatSelectSearchModule>;
}