I have this ngrx effect in my angular app that send an http request using httpClient
@Injectable() export class MyEffects { constructor(private actions$: Ac