79108637

Date: 2024-10-21 05:29:32
Score: 0.5
Natty:
Report link

To ensure your custom interceptor is used you need to provide it in your application specifically the main.ts file.

Here is what it looks like:

  providers: [
    provideHttpClient(
      withInterceptors([customInterceptor])
    )
  ]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ghost Of Winterfell