We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9763afb commit 2ca4491Copy full SHA for 2ca4491
src/directives/uiView.ts
@@ -1,5 +1,4 @@
1
import {
2
- ChangeDetectionStrategy,
3
Component,
4
ComponentMirror,
5
ComponentRef,
@@ -114,7 +113,6 @@ function ng2ComponentInputs<T>(mirror: ComponentMirror<T>): InputMapping[] {
114
113
selector: 'ui-view, [ui-view]',
115
exportAs: 'uiView',
116
standalone: true,
117
- changeDetection: ChangeDetectionStrategy.OnPush,
118
template: `
119
<ng-template #componentTarget></ng-template>
120
@if (!_componentRef()) {
0 commit comments