Skip to content

Instantly share code, notes, and snippets.

@GarryBrown
Created June 17, 2020 10:38
Show Gist options
  • Save GarryBrown/c8d896021ace9d0df7aec4f96604b35b to your computer and use it in GitHub Desktop.
Save GarryBrown/c8d896021ace9d0df7aec4f96604b35b to your computer and use it in GitHub Desktop.
/** @internal */
protected _parentOrParents: Subscription | Subscription[] | null = null;
/** @internal */
private _subscriptions: SubscriptionLike[] | null = null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment