import { of } from 'rxjs';. 3. import { tap, map } from 'rxjs/operators';. 4. . 5. const source = of(1, 2, 3, 4, 5); ... const example = source.pipe(.
確定! 回上一頁