refactor(core): remove unused import
APP_ID was removed after 2.2.x
This commit is contained in:
parent
808275a9d5
commit
36caaaa8e4
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue