我已經通過this post(和this one以及)找到我的問題的解決方案。 我想忽略這些錯誤: Property 'payload' does not exist on type 'Matatu'. Property 'key' does not exist on type 'Matatu'. 我試圖聲明變量「覆蓋」的類型系統,但並未奏效。 這裏是我的.ts代碼,是我到目前爲止已經嘗試: im
我目前正在努力弄清楚Angular 4應用程序中Rxjs的行爲。 我的代碼是: this.server.get("incidents") //http get resource
.flatMap((res) => res.value) //the incident array is in a property called value of the json returned
.map((in