Skip to content

Commit 86193f5

Browse files
authored
Merge pull request #1 from edgarmueller/master
Add @webcomponents/webcomponentjs dependency
2 parents 9974bdc + b8cbc92 commit 86193f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@angular/platform-browser": "^4.0.0",
2121
"@angular/platform-browser-dynamic": "^4.0.0",
2222
"@angular/router": "^4.0.0",
23+
"@webcomponents/webcomponentsjs": "^1.0.0",
2324
"core-js": "^2.4.1",
2425
"jsonforms": "^2.0.0-alpha.3",
2526
"rxjs": "^5.1.0",

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="icon" type="image/x-icon" href="favicon.ico">
1010
<link rel="stylesheet" href="/node_modules/material-design-lite/material.min.css">
1111
<link rel="stylesheet" href="/node_modules/jsonforms/dist/jsonforms-example.css">
12+
<script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-lite.js"></script>
1213
<script src="/node_modules/jsonforms/lib/native-shim.js"></script>
1314
</head>
1415
<body>

0 commit comments

Comments
 (0)