Filter
Adding Filter Table in your project
import { FilterTableComponent} from './tables/table-filter/table-filter.component';import { FilterTableComponent } from './tables/table-filter/table-filter.component';{ path: 'tables/filter', component: FilterTableComponent }
Last updated
Was this helpful?