This is my setup:
import {bootstrap} from \'angular2/platform/browser\'; import {Component} from \'angular2/core\'; import {LocationStrategy, APP_BASE_HREF,
In my case it was the mismatch of the component name in import {TestComponent} and "export class TestingComponent"
TestingComponent should be TestComponent.