Christian

Results 1 issues of Christian

We can't intercept requests in version 3.0.0-dev anymore (Angular). That works perfectly in 2.2.3. example interceptor: ``` @Injectable({ providedIn: 'root' }) export class TokenInterceptor implements HttpInterceptor { constructor(private authService: OAuthService)...