Here is my first simple Hello World angular 2 app from Angular 2 quick start guide.
Hello World
import {Component} from \'angular2/core\'; import {bootstrap} fr
For the new angular2 router I had to do ..
bootstrap(AppComponent [ APP_ROUTER_PROVIDERS ]).catch((err:any) => console.error(err));
NOTE any is used on APP_ROUTER_PROVIDERS not AppComponent.