Can the separate ES6 module loader still required for the Angular 2 demo now that TypeScript 1.5 includes this syntax? Any suggestions on how to implement it without the additional loader?
<head>
<title>Angular 2 Quickstart</title>
<script src="https://github.jspm.io/jmcriffey/example/traceur-runtime.js"></script>
<script src="https://jspm.io/example/angular2.min.js"></script>
<script src="https://code.angularjs.org/2.0.0-alpha.28/angular2.dev.js"></script>
</head>
<my-app></my-app>
<script>System.import('app');</script>