Skip to content

Commit 2ca4491

Browse files
committed
reverting the addition of change detection onPush for UIView component.
1 parent 9763afb commit 2ca4491

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/directives/uiView.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {
2-
ChangeDetectionStrategy,
32
Component,
43
ComponentMirror,
54
ComponentRef,
@@ -114,7 +113,6 @@ function ng2ComponentInputs<T>(mirror: ComponentMirror<T>): InputMapping[] {
114113
selector: 'ui-view, [ui-view]',
115114
exportAs: 'uiView',
116115
standalone: true,
117-
changeDetection: ChangeDetectionStrategy.OnPush,
118116
template: `
119117
<ng-template #componentTarget></ng-template>
120118
@if (!_componentRef()) {

0 commit comments

Comments
 (0)