const throwingObservable = throwError(new Error('My Error')).pipe(delay(5000)); throwingObservable.subscribe(( ...
確定! 回上一頁