Skip to content

Commit

Permalink
fix(cdk): Destroy fix post-destroy subscriptions
Browse files Browse the repository at this point in the history
Signed-off-by: waterplea <[email protected]>
  • Loading branch information
waterplea committed May 7, 2024
1 parent 38da4b4 commit f9ec08c
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 f9ec08c

Please sign in to comment.