Skip to content

Commit 3600465

Browse files
author
Your Name
committed
Angular Core Deep Dive Course
1 parent 01d7e4e commit 3600465

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@angular/common": "^7.0.0",
1818
"@angular/compiler": "^7.0.0",
1919
"@angular/core": "^7.0.0",
20+
"@angular/elements": "^7.0.1",
2021
"@angular/forms": "^7.0.0",
2122
"@angular/http": "^7.0.0",
2223
"@angular/material": "^7.0.1",
@@ -27,7 +28,8 @@
2728
"core-js": "^2.5.4",
2829
"express": "^4.16.3",
2930
"rxjs": "^6.3.3",
30-
"zone.js": "~0.8.26"
31+
"zone.js": "~0.8.26",
32+
"document-register-element": "^1.7.2"
3133
},
3234
"devDependencies": {
3335
"@angular-devkit/build-angular": "~0.10.0",

0 commit comments

Comments
 (0)