import { first } from 'rxjs/operators';. // 'first' without function. console.log('Example 1');. of(1, 2, 3, 4, 5) .pipe(. first(). ) .subscribe(.
確定! 回上一頁