- <html>
- <head>
- <script src="libs/systemjs/dist/system.js"></script>
- <script src="systemjs.config.js"></script>
- <script>
- SystemJS.import("app").catch(function(err){ console.error(err); });
- </script>
- </head>
- <body>
- <h1>SystemJS Test</h1>
- </body>
- </html>
|