Skip to content

Commit 0e01c02

Browse files
committed
Include missing dependencies.
1 parent 3b4414b commit 0e01c02

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

package-lock.json

Lines changed: 21 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@
1313
"private": true,
1414
"dependencies": {
1515
"@angular/animations": "^4.0.0",
16+
"@angular/cdk": "^2.0.0-beta.12",
1617
"@angular/common": "^4.0.0",
1718
"@angular/compiler": "^4.0.0",
1819
"@angular/core": "^4.0.0",
1920
"@angular/forms": "^4.0.0",
2021
"@angular/http": "^4.0.0",
22+
"@angular/material": "^2.0.0-beta.12",
2123
"@angular/platform-browser": "^4.0.0",
2224
"@angular/platform-browser-dynamic": "^4.0.0",
2325
"@angular/router": "^4.0.0",
2426
"core-js": "^2.4.1",
27+
"hammerjs": "^2.0.8",
2528
"rxjs": "^5.1.0",
2629
"zone.js": "^0.8.4"
2730
},

0 commit comments

Comments
 (0)