We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32111e0 commit 9b3e9a3Copy full SHA for 9b3e9a3
src/demo-app/index.html
@@ -12,8 +12,8 @@
12
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
13
14
<script>
15
- if (customElements) {
16
- customElements.forcePolyfill = true;
+ if (window.customElements) {
+ window.customElements.forcePolyfill = true;
17
}
18
</script>
19
<script src="node_modules/@webcomponents/custom-elements/custom-elements.min.js"></script>
@@ -29,7 +29,7 @@
29
<script src="node_modules/systemjs/dist/system.src.js"></script>
30
<script src="node_modules/zone.js/dist/zone.js"></script>
31
<script src="node_modules/hammerjs/hammer.min.js"></script>
32
-
+
33
34
System.import('system-config.js').then(function () {
35
System.import('main');
0 commit comments