© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sergio
Great article Shahid!
Do I also need to include new interceptor/decorator somewhere else? Like app.module?
This example didn't work for me right away...
thanks,
Shahid Kamal
Software Engineer
If you want the cache interceptor to work on the global level then add below in the app.module.ts
app.module.ts
providers: [ { provide: APP_INTERCEPTOR, useClass: MyCacheInterceptor, }, ]