Skip to content

Commit e0b72f3

Browse files
author
Your Name
committed
typescript course ongoing
1 parent e60689d commit e0b72f3

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,7 @@
44
<meta charset="utf-8">
55
<title>The Complete Typescript Course</title>
66

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-
7+
<script src="samples/other.js"></script>
198

209
</head>
2110
<body>

samples/other.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

2+
23
console.log('Other features');

0 commit comments

Comments
 (0)