Skip to content

Commit 736cfa4

Browse files
committed
refactor(ivy): correct cyclical dependency (angular#28326)
PR Close angular#28326
1 parent cbd6264 commit 736cfa4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/render3/node_manipulation.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
import {ViewEncapsulation} from '../core';
10-
9+
import {ViewEncapsulation} from '../metadata/view';
1110
import {attachPatchData} from './context_discovery';
1211
import {callHooks} from './hooks';
1312
import {LContainer, NATIVE, VIEWS, unusedValueExportToPlacateAjd as unused1} from './interfaces/container';

0 commit comments

Comments
 (0)