open_in_new
content_copy
getPerson(id: number) { return this.http.get<Person>(`${this.baseUrl}api/profile/person/${id}`); }