NgxHttpLogger
Simple logger for HTTP requests, made with Native Angular HttpInterceptor. Angular6+ required.
Install
npm i --save-dev ngx-http-logger
Example of use
// App Module (app.module.ts);
Then just open browser console and run some requests.
Inside console group you still have access to raw response/error.
After print info error will be passed up to stream as ErrorObservable.