Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created June 27, 2022 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NyaGarcia/77dc5c92858cb830b1d2bc634813bca9 to your computer and use it in GitHub Desktop.
Save NyaGarcia/77dc5c92858cb830b1d2bc634813bca9 to your computer and use it in GitHub Desktop.
Making the destroyed$ subject emit
ngOnDestroy() {
this.destroyed$.next();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment