Skip to content

Commit

Permalink
fix(cdk): Destroy fix post-destroy subscriptions (#7380)
Browse files Browse the repository at this point in the history
Signed-off-by: waterplea <alexander@inkin.ru>
  • Loading branch information
waterplea committed May 8, 2024
1 parent 0e372c6 commit fb6ff06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/cdk/services/destroy.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ export class TuiDestroyService extends ReplaySubject<void> implements OnDestroy

ngOnDestroy(): void {
this.next();
this.complete();
}
}

0 comments on commit fb6ff06

Please sign in to comment.