Returns an RxJS operator to follow a link on a Resource. It is equivalent to
map(resource => resource?.follow(rel, params)) Copy
map(resource => resource?.follow(rel, params))
the relation to follow
Optional
the parameters to expand the link
a function that transforms the source Observable
Generated using TypeDoc
Returns an RxJS operator to follow a link on a Resource. It is equivalent to