«angular-http-interceptors» 태그된 질문

1
Angular 애플리케이션에 여러 HTTP 인터셉터 추가
Angular 4 애플리케이션에 여러 개의 독립적 인 HTTP 인터셉터를 추가하는 방법은 무엇입니까? providers두 개 이상의 인터셉터로 배열을 확장하여 추가하려고했습니다 . 그러나 마지막 하나만 실제로 실행되고 Interceptor1무시됩니다. @NgModule({ declarations: [ /* ... */ ], imports: [ /* ... */ HttpModule ], providers: [ { provide: Http, useFactory: (xhrBackend: XHRBackend, requestOptions: RequestOptions) …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.