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 e60689d commit e0b72f3Copy full SHA for e0b72f3
index.html
@@ -4,18 +4,7 @@
4
<meta charset="utf-8">
5
<title>The Complete Typescript Course</title>
6
7
- <script src="https://npmcdn.com/systemjs@0.19.27/dist/system.src.js"></script>
8
-
9
- <script>
10
11
- System.config({
12
- defaultJSExtensions:true
13
- });
14
15
- System.import('/samples/other');
16
17
- </script>
18
+ <script src="samples/other.js"></script>
19
20
</head>
21
<body>
samples/other.ts
@@ -1,2 +1,3 @@
1
2
+
3
console.log('Other features');
0 commit comments