If you are using as a pipeable operator, do is known as tap ! ... import { tap, map } from 'rxjs/operators'; const source = of(1, 2, 3, 4, 5); // 使用tap ...
確定! 回上一頁