Jul 28, 2017 · 1 min read
Hello,
The code for the interceptor gives me the following error:
[ts]
Type ‘Observable<void>’ is not assignable to type ‘Observable<HttpEvent<any>>’.
Type ‘void’ is not assignable to type ‘HttpEvent<any>’.
What am I missing ?
Cheers