Angular HAL Client - v1.0.0-dev.9
    Preparing search index...

    Function readCollection

    • Returns an RxJS operator to read a Collection of resources using an Accessor. It is equivalent to

      switchMap(accessor => accessor.readCollection(type))
      

      Type Parameters

      Parameters

      • type: Type<T>

        the collection element type

      Returns OperatorFunction<Accessor, Collection<T>>

      a function that transforms the source Observable