Angular Application에 여러 HTTP 인터셉터 추가 Angular 4 애플리케이션에 여러 개의 독립적인 HTTP 인터셉터를 추가하는 방법? 확장하여 추가하려고 했습니다.providers둘 이상의 인터셉터가 있는 배열.하지만 마지막 한 명만 실제로 처형을 당했을 뿐입니다.Interceptor1무시됩니다. @NgModule({ declarations: [ /* ... */ ], imports: [ /* ... */ HttpModule ], providers: [ { provide: Http, useFactory: (xhrBackend: XHRBackend, requestOptions: RequestOptions) => new Interceptor1(xhrBackend, requestOption..