From 36caaaa8e44883e022bfb0bb2d740ca237d69eec Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Wed, 23 Nov 2016 02:45:09 -0800 Subject: [PATCH] refactor(core): remove unused import APP_ID was removed after 2.2.x --- modules/@angular/core/src/linker/view_utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/@angular/core/src/linker/view_utils.ts b/modules/@angular/core/src/linker/view_utils.ts index ec45db5346..abe19a7a2e 100644 --- a/modules/@angular/core/src/linker/view_utils.ts +++ b/modules/@angular/core/src/linker/view_utils.ts @@ -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';