Yordan Nikolov
Yordan Nikolov
I am also facing the same issue in development build, have you got any solution? It works on the Simulator but when I test it on my iPhone, after downloading...
If you test with **HttpClientTestingModule** it is mandatory to flush each request manualy. To do so just inject **HttpTestingController** and flush the request like so: ```js const req = httpController.expectOne();...
@meriturva Sorry it wasn't clear for me that is not related to `HttpClientTestingModule`. Because If you have any http calls in the `APP_INITIALIZER ` the promise will never resolve until...