Returns an RxJS operator to refresh a Resource or Collection of resources. It is equivalent to
switchMap(resource => resource.read()) Copy
switchMap(resource => resource.read())
a function that transforms the source Observable
Returns an RxJS operator to refresh a Resource or Collection of resources. It is equivalent to