UNPKG

@intzi1992/mat-table-filter

Version:

Provides filtering support for @angular/material tables

6 lines (5 loc) 175 B
import { Options } from './options'; export type PredicateFunc = (data: any) => boolean; export interface PropertyOptions { [property: string]: Options | PredicateFunc; }