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

    Function follow

    • Returns an RxJS operator to follow a link on a Resource. It is equivalent to

      map(resource => resource?.follow(rel, params))
      

      Parameters

      • rel: string

        the relation to follow

      • Optionalparams: Params

        the parameters to expand the link

      Returns OperatorFunction<Resource | null | undefined, Accessor | undefined>

      a function that transforms the source Observable