.pipe(distinct(p => p.name)) .subscribe(x => console.log(x));. The code above spreads the people array as the arguments of the of operator, ...
確定! 回上一頁