Skip to content

Commit

Permalink
fix(component): avoid early destruction of view in ngrxLet which inte…
Browse files Browse the repository at this point in the history
…rfered with animations (#2890) (#3045)

Closes #2890
  • Loading branch information
samuelfernandez authored Jun 17, 2021
1 parent ce96bb0 commit 7515e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/component/src/let/let.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,5 @@ export class LetDirective<U> implements OnDestroy {

ngOnDestroy() {
this.subscription.unsubscribe();
this.viewContainerRef.clear();
}
}

0 comments on commit 7515e36

Please sign in to comment.