You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param mappingFunc a function to map the response object inside an rxjs-map
The current implementation only accepts a function for rxjs#map. It should be possible to provide multiple OperatorFunctions to support more complex piping operations.
The text was updated successfully, but these errors were encountered:
evolkmann
changed the title
MappingFunction should be extended to support multiple OperatorFunctions
mappingFunc should be extended to support multiple OperatorFunctions
May 16, 2019
ngx-prismic/lib/prismic-client/src/services/prismic.service.ts
Line 66 in 3ce4512
The current implementation only accepts a function for rxjs#map. It should be possible to provide multiple
OperatorFunction
s to support more complex piping operations.The text was updated successfully, but these errors were encountered: