import { forkJoin, timer } from 'rxjs'; import { take, ... DEPRECATED forkJoin(of(1), of(2)).subscribe(); // use an array instead ...
確定! 回上一頁