concatMap accept a project function as argument, when source observable emit some value ... stream const result$ = source$.pipe(concatMap(ev => interval$));.
確定! 回上一頁