I have a question about HttpClientModule, how can i use it for multiple Authorization, because when use HttpInterceptor Provider, it can only use in one case for example:
- Api 1 has token A
- Api 2 has token b
How can i use HttpClient for case above, because it only provide like this:
{ provide: HTTP_INTERCEPTORS, useClass: ApiInterceptor, multi: true }
Hope to have discussion with everyone.