import { interval } from 'rxjs';. import { take, publish, refCount } from. 'rxjs/operators';. const source1$ = interval(1000).pipe(. take(5),. publish(). );.
確定! 回上一頁