src/app/core/http/facCrit.service.ts
Methods |
constructor(http: HttpClient)
|
||||||
Defined in src/app/core/http/facCrit.service.ts:10
|
||||||
Parameters :
|
getFacCrits |
getFacCrits()
|
Defined in src/app/core/http/facCrit.service.ts:28
|
Builds an observable for making a GET request to get all facCrits.
Returns :
Observable<FacCrit[]>
An Observable of facCrits. |
getFacCritsByInterviewId | ||||||||
getFacCritsByInterviewId(id: number)
|
||||||||
Defined in src/app/core/http/facCrit.service.ts:19
|
||||||||
Builds an observable for making a GET request to get facCrits that belong to an interview.
Parameters :
Returns :
Observable<FacCrit[]>
An Observable of facCrits. |