mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): remove unused import
APP_ID was removed after 2.2.x
This commit is contained in:
parent
808275a9d5
commit
36caaaa8e4
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue