Closed
Description
Hi,
I am using angular-cli project structure
I want to use systemjs with angular-cli.
I included the following in index.html file
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.40/system.src.js"></script> <script> System.import('../src/main.ts'); </script>I have main.ts file present under src . But still,it's throwing error like
Please let me know what wriong I am doing.
Metadata
Metadata
Assignees
Labels
No labels