refactor(core): move APP_ID from render/dom/dom_tokens into application_tokens
This commit is contained in:
@ -32,7 +32,7 @@ import {
|
||||
} from './template_commands';
|
||||
|
||||
import {Renderer} from 'angular2/render';
|
||||
import {APP_ID} from 'angular2/src/core/render/dom/dom_tokens';
|
||||
import {APP_ID} from 'angular2/src/core/application_tokens';
|
||||
|
||||
|
||||
@Injectable()
|
||||
|
Reference in New Issue
Block a user