Skip to content

Commit cd33161

Browse files
committed
fix(demos): fix wrong property assignment in NgIfHackRxLetComponent
1 parent 70173f6 commit cd33161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demos/src/app/features/template/rx-let/ng-if-hack/ng-if-hack-rx-let.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
1919
let value;
2020
suspense: suspenseView;
2121
error: errorView;
22-
rxComplete: completeView
22+
complete: completeView
2323
"
2424
>
2525
value: {{ value | json }}<br />

0 commit comments

Comments
 (0)