Angular Property does not exist on type error

后端 未结 0 1540
深忆病人
深忆病人 2020-11-22 10:34

in my service I have:

getCart(): Observable {

    return this.http.get(`${this.myApiUrl}/data/`); 
 }

in my comp

相关标签:
回答
  • 消灭零回复
提交回复
热议问题