// RxJS v6+ import { from } from 'rxjs'; import { first } from 'rxjs/operators'; const source = from([1, 2, 3, 4, 5]); //emit first item to pass ...
確定! 回上一頁