diff --git a/lib/index.ts b/lib/index.ts index 696be68..b4a54ff 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -6,7 +6,6 @@ import {FORM_PROVIDERS} from 'angular2/common'; import {ROUTER_PROVIDERS, LocationStrategy, HashLocationStrategy, APP_BASE_HREF} from 'angular2/router'; import {HTTP_PROVIDERS} from 'angular2/http'; import {App} from './components/index'; -import {Http} from 'angular2/http'; bootstrap(App, [ FORM_PROVIDERS,