DEV Community

Discussion on: Better Http request with interceptors in Angular 8 and beyond

Collapse
 
wayne_gakuo profile image
Wayne Gakuo

This is HTTP Interceptors made easy! Thank you, Ibrahima for this.

Quick one: I presume we also need to register the newly created interceptor in the app.module.ts file for it to properly apply to all application HTTP requests?

Great article!