Your index.html contain
<script>
System.config({
packages: {
app: {
format: 'register',
defaultExtension: 'js'
}
}
});
System.import**('app.js').**then(null, console.error.bind(console));
</script>
and inside src/ contains app.ts, this is not running, please fix.
Also i cannot run the project, after i run the command tsc, it says browser.d.ts not found?
Your index.html contain
<script> System.config({ packages: { app: { format: 'register', defaultExtension: 'js' } } }); System.import**('app.js').**then(null, console.error.bind(console)); </script>and inside src/ contains app.ts, this is not running, please fix.
Also i cannot run the project, after i run the command tsc, it says browser.d.ts not found?