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