if you are using angular 18 , Go inside main.ts and make following changes
bootstrapApplication(AppComponent, {providers: [ provideHttpClient( withInterceptors([ exampleInterceptorInterceptor]), ) ]}).catch((err) => console.error(err));;