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