ngx-mat-select-search
Version:
Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.
15 lines (14 loc) • 1.06 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";
export declare const MatSelectSearchVersion = "8.0.3";
export { MatSelectSearchClearDirective };
export { MatSelectNoEntriesFoundDirective };
export declare class NgxMatSelectSearchModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatSelectSearchModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxMatSelectSearchModule, never, [typeof i1.MatSelectSearchComponent, typeof i2.MatSelectSearchClearDirective, typeof i3.MatSelectNoEntriesFoundDirective], [typeof i1.MatSelectSearchComponent, typeof i2.MatSelectSearchClearDirective, typeof i3.MatSelectNoEntriesFoundDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxMatSelectSearchModule>;
}