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)) Copy
switchMap(x => x.create(obj))
the value for the resource
a function that transforms the source Observable
Returns an RxJS operator to create a new resource identified by an Accessor or a Resource. It is equivalent to