Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created January 8, 2017 12:53
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 wKoza/4648b2a527eeaaf50b72f82066dc345d to your computer and use it in GitHub Desktop.
Save wKoza/4648b2a527eeaaf50b72f82066dc345d to your computer and use it in GitHub Desktop.
this.subscriber = observable.subscribe(observer);
ngOnDestroy():void {
this.subscriber.unsubscribe();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment