Returns an observable sequence that invokes the specified factory function whenever a new observer subscribes.
observableFactory (Function): Observable factory function to invoke for each observer that subscribes to the resulting sequence.
observableFactory
Function
(Observable): An observable sequence whose observers trigger an invocation of the given observable factory function.
Observable
Last updated 5 years ago