defer
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
(Observable
): An observable sequence whose observers trigger an invocation of the given observable factory function.