Selection
Add in Selection Table in your project
import { SelectionTableComponent} from './tables/table-selection/table-selection.component';import { SortingTableComponent } from './tables/table-sorting/table-sorting.component';{ path: 'tables/selection', component: SelectionTableComponent }
Last updated
Was this helpful?