#Wait for API call to finish in Route Guard
9 messages · Page 1 of 1 (latest)
Would I map instead?
this.getBorrowerActions$: Observable<string[]> = this.http.get<string[]>(
`myapicall`
);
g!toh @soft cape You would build the tutorial apps from the Angular Guide so you know some of what Angular can do and how it does it.
@soft cape The place we recommend starting your Angular journey is with the Tour of Heroes tutorial, located here https://angular.io/tutorial.
The tutorials definitely show you how to use Observables in Angular.