retryWhen, tap } from 'rxjs/operators';. const source = interval(1000); ... this will be caught by retryWhen ... throwError('Error from retry!').
確定! 回上一頁