feature(Slutredovisning): Se till att taxonomin inte anropas när det inte behövs (TV-902)
Merge in TEA/mina-sidor-fa-web from feature/TV-902-taxonomi-anrop to develop Squashed commit of the following: commit d30a20dcd86a681888d34148b057b98f9efa1cf7 Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Tue Nov 16 11:49:39 2021 +0100 Update slutredovisning-form.service.ts commit da8d7073685cdd864c0ea34ad415e49deba4451c Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Tue Nov 16 09:21:35 2021 +0100 Update slutredovisning-form-step3.component.ts commit cf9d45d0a49e5a7fe6321da301ab37de76b20390 Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Tue Nov 16 09:10:16 2021 +0100 change request to property
This commit is contained in:
@@ -19,9 +19,7 @@ export class SlutredovisningApiService {
|
||||
|
||||
constructor(private httpClient: HttpClient) {}
|
||||
|
||||
public fetchYrken$(): Observable<{ data: YrkesomradeResponse[] }> {
|
||||
return of({ data: YRKEN });
|
||||
}
|
||||
public yrken$: Observable<{ data: YrkesomradeResponse[] }> = of({ data: YRKEN });
|
||||
|
||||
public fetchSlutredovisning$(handlingId: string): Observable<{ data: SlutredovisningResponse }> {
|
||||
return this.httpClient.get<{ data: SlutredovisningResponse }>(
|
||||
|
||||
Reference in New Issue
Block a user