pipe (map(news => { return { // DO SOMETHING HERE WITH NEWS }; }));. The problem is the type of my param, Typescript told me its a array of News ...
確定! 回上一頁