问题 Problem: I'm unable to inject ANY service into the constructor of my HttpInterceptors. Any service that I attempt to inject into the service is met with the following error: TypeError: Cannot set property 'authenticationService' of undefined This goes for even a dummy foo service with a single function bar and no additional dependency injected into it. THE CODE interceptor.ts import { Injectable, Injector } from '@angular/core'; import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor }