import { EMPTY, range } from 'rxjs'; import { first, take } from 'rxjs/operators'; EMPTY.pipe( first(), ).subscribe(console.log, err => console ...
確定! 回上一頁