SubscriptionLike
interface SubscriptionLike extends Unsubscribable {
get closed: boolean
unsubscribe(): void
// inherited from index/Unsubscribable
unsubscribe(): void
}
Class Implementations
-
Subject
-
BehaviorSubject
-
ReplaySubject
-
AsyncSubject
-
-
Subscription
-
Subscriber
-
Properties
Property | Type | Description |
---|---|---|
closed | Read-only. |
Methods
unsubscribe() |
---|
ParametersThere are no parameters. Returns
|