import { Observable, from, interval } from 'rxjs'; import { switchMap, takeWhile } from 'rxjs/operators'; const POLLING_INTERVAL = 600; ...
確定! 回上一頁