refactor(core): remove unused import

APP_ID  was removed after 2.2.x
This commit is contained in:
PatrickJS 2016-11-23 02:45:09 -08:00 committed by vsavkin
parent 808275a9d5
commit 36caaaa8e4
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
* found in the LICENSE file at https://angular.io/license
*/
import {APP_ID} from '../application_tokens';
import {SimpleChange, devModeEqual} from '../change_detection/change_detection';
import {UNINITIALIZED} from '../change_detection/change_detection_util';
import {Inject, Injectable} from '../di';