how do I inject an interceptor to an application generated as a modular app in angular 17? I mean the one generated with the –standalone argument?
I tried injecting it as [provideHttpClient(withInterceptors([AuthInterceptor]))] without success. The application gets into an infinite loop.