import { scan } from 'rxjs/operators';. type Item = string;. const subject = new Subject<Item>();. const list$ = subject.asObservable().pipe(. scan((list ...
確定! 回上一頁