I managed to find you where the problem was
importProvidersFrom( HttpClientInMemoryWebApiModule.forRoot(InMemoryDataService, { delay: 500 }) )
there was this in app.config that was blocking my calls.