rxjs
rxjs copied to clipboard
feat(throwError): removed deprecated call patterns
BREAKING CHANGE: throwError(error)
call pattern is no longer available. Use throwError(() => error)
.
BREAKING CHANGE: throwError(errorFactory, scheduler)
call pattern is no longer available. Read more.
Related issue (if exists): #6367