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
feat(onErrorResumeNextWith): renamed onErrorResumeNext and exported from the top level (#6755)
* feat(onErrorResumeNextWith): renamed `onErrorResumeNext` and exported from top level
The `onErrorResumeNext` operator is deprecated due to a rename. The rename was done so we can move all operator exports to the top level `rxjs` export site. We were not currently exporting that operator.
This commit also refactors to logic to be based on the creation function, which is more widely used
* docs: Update import information for onErrorResumeNext, fix info for partition
`partition`, the operator, is a special case, as it is deprecated and you should be using the `partition` creation function exported from `'rxjs'` instead.
64
+
64
65
For example, the old and deprecated way of using [`merge`](/api/operators/merge) from `'rxjs/operators'`
0 commit comments