refactor(ivy): correct cyclical dependency (#28326)

PR Close #28326
This commit is contained in:
Jason Aden 2019-01-23 15:23:28 -08:00
parent cbd626413c
commit 736cfa4e09
1 changed files with 1 additions and 2 deletions

View File

@ -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';