Skip to content

Commit 9f8bee2

Browse files
author
Your Name
committed
Angular Core Deep Dive Course
1 parent 3600465 commit 9f8bee2

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

angular.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828
},
2929
"src/styles.css"
3030
],
31-
"scripts": []
31+
"scripts": [
32+
{
33+
"input": "node_modules/document-register-element/build/document-register-element.js"
34+
}
35+
]
3236
},
3337
"configurations": {
3438
"production": {

package-lock.json

Lines changed: 22 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)