File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
packages/core/src/render3 Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11[
2- [
3- " packages/core/src/change_detection/change_detector_ref.ts" ,
4- " packages/core/src/render3/view_ref.ts"
5- ],
62 [
73 " packages/core/src/change_detection/differs/default_iterable_differ.ts" ,
84 " packages/core/src/change_detection/differs/iterable_differs.ts"
Original file line number Diff line number Diff line change 66 * found in the LICENSE file at https://angular.dev/license
77 */
88
9- import { ChangeDetectorRef } from '../change_detection/change_detector_ref' ;
9+ import type { ChangeDetectorRef } from '../change_detection/change_detector_ref' ;
1010import { NotificationSource } from '../change_detection/scheduling/zoneless_scheduling' ;
1111import type { ApplicationRef } from '../core' ;
1212import { RuntimeError , RuntimeErrorCode } from '../errors' ;
13- import { EmbeddedViewRef } from '../linker/view_ref' ;
13+ import type { EmbeddedViewRef } from '../linker/view_ref' ;
1414import { removeFromArray } from '../util/array_utils' ;
1515import { assertEqual } from '../util/assert' ;
1616
You can’t perform that action at this time.
0 commit comments