Skip to content

Commit e13bfd5

Browse files
fix(package): add additional angular modules
1 parent a960030 commit e13bfd5

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

package-lock.json

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,20 @@
5757
},
5858
"dependencies": {
5959
"@angular/animations": "^6.1.0-rc.0",
60+
"@angular/cdk": "^6.3.3",
6061
"@angular/common": "^6.1.0-rc.0",
6162
"@angular/compiler": "^6.1.0-rc.0",
6263
"@angular/compiler-cli": "^6.1.0-rc.0",
6364
"@angular/core": "^6.1.0-rc.0",
65+
"@angular/forms": "^6.1.0-rc.0",
6466
"@angular/http": "^6.1.0-rc.0",
67+
"@angular/material": "^6.3.3",
6568
"@angular/platform-browser": "^6.1.0-rc.0",
6669
"@angular/platform-browser-dynamic": "^6.1.0-rc.0",
6770
"@angular/platform-server": "^6.1.0-rc.0",
6871
"@angular/router": "^6.1.0-rc.0",
69-
"@nguniversal/common": "^6.0.0",
72+
"@angular/service-worker": "^6.1.0-rc.0",
73+
"@nguniversal/common": "^6.1.0-rc.0",
7074
"@nguniversal/express-engine": "^6.0.0",
7175
"@types/cookie-parser": "^1.4.1",
7276
"@types/express": "^4.16.0",

0 commit comments

Comments
 (0)