angular4-material-table
Version:
Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.
20 lines • 612 B
JavaScript
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: []
},] },
];
/** @nocollapse */
AppModule.ctorParameters = function () { return []; };
return AppModule;
}());
export { AppModule };
//# sourceMappingURL=app.module.js.map