UNPKG

angular4-material-table

Version:

Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.

18 lines 528 B
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; var AppModule = /** @class */ (function () { function AppModule() { } AppModule.decorators = [ { type: NgModule, args: [{ declarations: [], imports: [ CommonModule ], exports: [] },] }, ]; return AppModule; }()); export { AppModule }; //# sourceMappingURL=app.module.js.map