How to pass variables in URL while getting data from backend in angular?

后端 未结 0 1667
既然无缘
既然无缘 2021-01-23 12:25

public getQuestionsById(qid:number): Observable { return this.httpClient.get(\'http://localhost:9090/angular/questions/${qid}\'); }

Here I want to pass the qid in this UR

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