Skip to content

Instantly share code, notes, and snippets.

@GarryBrown
Created June 17, 2020 10:37
Show Gist options
  • Save GarryBrown/a92e2a4f91c416bb597b270489a75dff to your computer and use it in GitHub Desktop.
Save GarryBrown/a92e2a4f91c416bb597b270489a75dff to your computer and use it in GitHub Desktop.
constructor(unsubscribe?: () => void) {
if (unsubscribe) {
(<any> this)._unsubscribe = unsubscribe;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment