angular4-material-table
Version:
Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.
36 lines (34 loc) • 1.05 kB
JSON
{
"name": "angular4-material-table",
"version": "0.1.3",
"description": "Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.",
"main": "bundles/angular4-material-table.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"keywords": [
"angular",
"angular4",
"table",
"inline validation",
"angular material table"
],
"author": "Ignacio Rossi <irossimoline>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/irossimoline/angular4-material-table.git"
},
"homepage": "https://github.com/irossimoline/angular4-material-table",
"bugs": {
"url": "https://github.com/irossimoline/angular4-material-table/issues"
},
"peerDependencies": {
"@angular/common": "^4.4.4",
"@angular/core": "^4.4.4",
"@angular/forms": "^4.4.4",
"@angular/cdk/collections": "2.0.0-beta.12",
"core-js": "^2.4.1",
"rxjs": "^5.1.0",
"lodash.clonedeep": "^4.5.0"
}
}