Angular 7/6 | Handle HTTP Request and Response using Interceptors in Angular 4.3 plus versions
Angular Interceptor is a powerful feature which can be used in many ways for securing and handling many HTTP related phenomena. HTTP interceptors were available in AngularJS but were missing in Angular 2, so there was a missing gap to manipulate HTTP calls globally at one place.