refactor(playground): remove imports from 'angular2/angular2'
Part of #5710 Closes #5798
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {InboxApp} from './inbox-app';
|
||||
import {provide} from 'angular2/angular2';
|
||||
import {provide} from 'angular2/core';
|
||||
import {bootstrap} from 'angular2/bootstrap';
|
||||
import {ROUTER_PROVIDERS, HashLocationStrategy, LocationStrategy} from 'angular2/router';
|
||||
|
||||
|
Reference in New Issue
Block a user