It creates an inner Observable and flats its result to the outer stream. const source = this.myService .getFoo() .pipe( flatMap( ...
確定! 回上一頁