Skip to content

Commit e60689d

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
defaultJSExtensions:true
1313
});
1414

15-
System.import('/samples/hello-world');
15+
System.import('/samples/other');
1616

1717
</script>
1818

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"watch": "./node_modules/.bin/nodemon -w . --ext \".ts\" --exec \"npm run start\"",
1212
"oo": "node ./samples/object-oriented.js",
1313
"generics": "node ./samples/generics.js",
14-
"decorators": "node ./samples/decorators.js",
15-
"other": "node ./samples/other.js"
14+
"decorators": "node ./samples/decorators.js"
1615
},
1716
"repository": {
1817
"type": "git",

samples/other.ts

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

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

0 commit comments

Comments
 (0)