import { race, interval } from 'rxjs'; import { mapTo } from 'rxjs/operators'; const obs1 = interval(1000).pipe(mapTo('fast one')); ...
確定! 回上一頁