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="proxy.php?url=https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fsystemjs%2F0.19.40%2Fsystem.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.
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="proxy.php?url=https%3A%2F%2Fcdnjs.cloudflare.com%2Fajax%2Flibs%2Fsystemjs%2F0.19.40%2Fsystem.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.