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) • 598 B
TypeScript
import * as i0 from "@angular/core";
/**
* Directive for providing a custom no entries found element.
* e.g.
* <ngx-mat-select-search [formControl]="bankFilterCtrl">
* <span ngxMatSelectNoEntriesFound>
* No entries found <button>Add</button>
* </span>
* </ngx-mat-select-search>
*/
export declare class MatSelectNoEntriesFoundDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectNoEntriesFoundDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectNoEntriesFoundDirective, "[ngxMatSelectNoEntriesFound]", never, {}, {}, never, never, false, never>;
}