Skip to content

app.js mapped to app.ts #3

@pratikthecook

Description

@pratikthecook

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions