You may want to use the switchMap pipe : @Component(...) export class MyComponent { items$: Observable<readonly Item[]>; updater$: Subject<void> = new ...
確定! 回上一頁