こんにちは誰も購読から最初の5つの項目を取得する方法を知って、現在すべてを返します。私は最初の5つのオブジェクトだけが必要です。角2は購読から最初に5つの項目を取得
Apac.map(res => res.text())
.subscribe((data) => {
this.parseXML(data)
.then((data) => {
this.xmlItemsApac = data;
console.log(this.xmlItemsApac)
});
});
ご協力いただきますようお願い申し上げます。