UNPKG

@intzi1992/mat-table-filter

Version:

Provides filtering support for @angular/material tables

7 lines (6 loc) 150 B
export declare enum MatTableFilter { EQUALS = "EQUALS", ANYWHERE = "ANYWHERE", STARTS_WITH = "STARTS_WITH", ENDS_WITH = "ENDS_WITH" }