On this page
Subscribable
interface stable
OBSERVABLE INTERFACES
interface Subscribable<T> {
  subscribe(observer: Partial<Observer<T>>): Unsubscribable
}Child Interfaces
Class Implementations
Methods
subscribe(observer: Partial<Observer<T>>): Unsubscribable
   Parameters
| observer | Partial<Observer<T>> | 
Returns
© 2015–2022 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
 https://rxjs.dev/api/index/interface/Subscribable