Observable that holds an array as its type const subject: Subject<number[]> = new Subject<number[]>(); subject.pipe( // the value here is a ...
確定! 回上一頁