Frage im Vorstellungsgespräch bei Adstream

1) some basic questions about the angular framework. 2) Write a code to fetch data from two different APIs, concatenate both responses and show them in a list.

Antwort im Vorstellungsgespräch

Anonym

30. März 2022

I used forkJoin two to combine both HTTP APIs and concatenated both responses with the Pipe operator (Rxjs).