From 736cfa4e094aa95e797a14f04e46ba879cdccdae Mon Sep 17 00:00:00 2001 From: Jason Aden Date: Wed, 23 Jan 2019 15:23:28 -0800 Subject: [PATCH] refactor(ivy): correct cyclical dependency (#28326) PR Close #28326 --- packages/core/src/render3/node_manipulation.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/core/src/render3/node_manipulation.ts b/packages/core/src/render3/node_manipulation.ts index a8cc9e8ffd..5780bbc929 100644 --- a/packages/core/src/render3/node_manipulation.ts +++ b/packages/core/src/render3/node_manipulation.ts @@ -6,8 +6,7 @@ * found in the LICENSE file at https://angular.io/license */ -import {ViewEncapsulation} from '../core'; - +import {ViewEncapsulation} from '../metadata/view'; import {attachPatchData} from './context_discovery'; import {callHooks} from './hooks'; import {LContainer, NATIVE, VIEWS, unusedValueExportToPlacateAjd as unused1} from './interfaces/container';