refactor(core): move APP_ID from render/dom/dom_tokens into application_tokens

This commit is contained in:
Tobias Bosch
2015-10-02 09:53:57 -07:00
parent 6b5d345a2b
commit 13161ae5aa
12 changed files with 46 additions and 45 deletions
@@ -55,11 +55,11 @@ import {Renderer} from 'angular2/src/core/render/api';
import {
DomRenderer,
DOCUMENT,
APP_ID,
SharedStylesHost,
DomSharedStylesHost
} from 'angular2/src/core/render/render';
import {ElementSchemaRegistry} from 'angular2/src/core/compiler/schema/element_schema_registry';
import {APP_ID} from 'angular2/src/core/application_tokens' import { ElementSchemaRegistry }
from 'angular2/src/core/compiler/schema/element_schema_registry';
import {
DomElementSchemaRegistry
} from 'angular2/src/core/compiler/schema/dom_element_schema_registry';