This can be done with the catchError() RxJS operator: import { ajax } from 'rxjs/ajax'; const fetchUserEpic = action$ => action$.pipe( ofType(FETCH_USER), ...
確定! 回上一頁