I am in the process of adding rxjs_compat to my project in order to move to v6 of libraries.
rxjs_compat
However the existing HttpInterceptor for globa
HttpInterceptor
import {EMPTY} from 'rxjs';
Replace return Observable.empty() with
Observable.empty()
return EMPTY;