I'm following along in the new Tuts+ course on Angular 2 https://code.tutsplus.com/courses/whats-new-in-angular-2/lessons/angular-2-and-es5
The author mentions including this script:
<script src="node_modules/angular2/bundles/angular2.sfx.dev.js"></script>
However with the current latest beta build of Angular2, this file does not exist.
These are the files I currently see, I've tried including several of the files below, however I'll get different errors like missing Observables or System.
Anyone else running into this problem with Angular2?