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

    Function create

    • Returns an RxJS operator to create a new resource identified by an Accessor or a Resource. It is equivalent to

      switchMap(x => x.create(obj))
      

      Parameters

      • obj: any

        the value for the resource

      Returns OperatorFunction<Accessor | Resource, Accessor>

      a function that transforms the source Observable