Skip to content

Commit 7515e36

Browse files
fix(component): avoid early destruction of view in ngrxLet which interfered with animations (#2890) (#3045)
Closes #2890
1 parent ce96bb0 commit 7515e36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/component/src/let/let.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,5 @@ export class LetDirective<U> implements OnDestroy {
176176

177177
ngOnDestroy() {
178178
this.subscription.unsubscribe();
179-
this.viewContainerRef.clear();
180179
}
181180
}

0 commit comments

Comments
 (0)