Creates a observable list with optional paging and realtime configuration.
List (or detail) from a promise-callback
Observable realtime object (optional)
The observable configuration
Internal implementation detail, do not use directly.
Creates a new cold Observable by calling the Observable constructor
Creates a observable with the given paging strategy.
List (or detail) from a promise-callback
The paging strategy to use.
If all pages are loaded, the paging is delayed by x ms.
a handler for each value emitted by the observable
a promise that either resolves on observable completion or rejects with the handled error
Creates a new Observable, with this Observable as the source, and the passed operator defined as the new observable's operator.
the operator defining the operation to take on the observable
a new observable with the Operator applied
Load more data from this service (next page).
Generated using TypeDoc
Creates an observable list (or detail) from a promise-callback.