import { take, switchMap } from. 'rxjs/operators';. const outerInterval: Observable<number> = interval(2000).pipe(. take(3). );.
確定! 回上一頁