I created Angular project here: https://stackblitz.com/edit/angular-5dmqwh
I have an issue with unnecessary executions that cause additional useless requests after isLoading
gets false
for every processed url. In console such undesired executions for url1
look like:
`in map --> url1 app.component.ts:26`
`before request --> url1 app.component.ts:29`
and for url2
:
`in map --> url2 app.component.ts:26`
`before request --> url2 app.component.ts:29`
Please, review console to check projects output.