In my case interceptor wasn’t getting involved for service calls because I had imported HttpClientModule multiple times, for different modules.
Later I found that HttpClientModule must be imported only once. Doc ref
In my case interceptor wasn’t getting involved for service calls because I had imported HttpClientModule multiple times, for different modules.
Later I found that HttpClientModule must be imported only once. Doc ref