Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created June 27, 2022 09:39
Show Gist options
  • Select an option

  • Save NyaGarcia/77dc5c92858cb830b1d2bc634813bca9 to your computer and use it in GitHub Desktop.

Select an option

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