Created
June 17, 2020 10:38
-
-
Save GarryBrown/c8d896021ace9d0df7aec4f96604b35b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @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