ngx-datatabulate
Version:
Render your data in tabular format with pagination and filters available out of the box. Just pass the config and tadhaan!!! your table will be ready with pagination and filters
21 lines (19 loc) • 538 B
text/typescript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { DataTableComponent } from './data-table/data-table.component';
import { displayRowPipe } from './display.row';
import { SelectModule } from 'ng2-select';
import { BsDatepickerModule } from 'ngx-bootstrap';
export class DatatableModule { }