RxJS v7+ import { from } from 'rxjs'; //create observable from array const arr$ = from([1, 2, 3, 4, 5]); const subscribe ...
確定! 回上一頁