DEV Community

Discussion on: Angular: When HttpInterceptor doesn’t work with lazy loaded modules

Collapse
 
janatbek profile image
Janatbek

I had the same problem, in my case I was using HttpHandler and not HttpClient to avoid circular dependency. I noticed that I changed in all places, in the service in another module as well, which I shouldn't touch. so I put httpClient back and it worked.