Example of adding angular2-materialize in response for #394

This commit is contained in:
SteveSandersonMS
2016-10-21 11:35:43 +01:00
parent e0c18ab269
commit 6b60cdae77
7 changed files with 34 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
"@angular/platform-server": "2.0.2",
"@angular/router": "3.0.2",
"@types/node": "^6.0.42",
"angular2-materialize": "^5.2.1",
"angular2-platform-node": "~2.0.11",
"angular2-universal": "~2.0.11",
"angular2-universal-polyfills": "~2.0.11",
@@ -27,6 +28,7 @@
"file-loader": "^0.9.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.2.1",
"materialize-css": "^0.97.7",
"preboot": "^4.5.2",
"raw-loader": "^0.5.1",
"rxjs": "5.0.0-beta.12",
@@ -37,8 +39,8 @@
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-hot-middleware": "^2.12.2",
"webpack-node-externals": "^1.4.3",
"webpack-merge": "^0.14.1",
"webpack-node-externals": "^1.4.3",
"zone.js": "^0.6.25"
}
}