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 f218368 commit e60689dCopy full SHA for e60689d
index.html
@@ -12,7 +12,7 @@
12
defaultJSExtensions:true
13
});
14
15
- System.import('/samples/hello-world');
+ System.import('/samples/other');
16
17
</script>
18
package.json
@@ -11,8 +11,7 @@
11
"watch": "./node_modules/.bin/nodemon -w . --ext \".ts\" --exec \"npm run start\"",
"oo": "node ./samples/object-oriented.js",
"generics": "node ./samples/generics.js",
- "decorators": "node ./samples/decorators.js",
- "other": "node ./samples/other.js"
+ "decorators": "node ./samples/decorators.js"
},
"repository": {
"type": "git",
samples/other.ts
@@ -1 +1,2 @@
1
2
+console.log('Other features');
0 commit comments