Visual Studio 2015 update 1 TypeScript 1.7 Angular2 beta
I'm trying to create an angular2 demo and I can't seem to get things working just right.
I'm getting the error "Uncaught ReferenceError: require is not defined" on the "import { bootstrap } from 'angular2/platform/browser';" at runtime.
Here is my solution on github https://github.com/robertdunaway/katas-angular2/tree/master/001%20Angular2%20-%20getting%20started/after/src/vs2015-TS