RxJS v6+import { of } from 'rxjs';import { tap, map } from 'rxjs/operators';const source = of(1, 2, 3, 4, 5);// transparently log values ...
確定! 回上一頁