Questions tagged as 'interceptor'

0
answers

Angle interceptor only works on main module

I have an angled interceptor 6 it works normally when I import into the main module (APP MODULE) but when I import into the ADM module it does not intercept anything. I would like to intercept only requests from my ADM module and not from every...
asked by 12.11.2018 / 14:26
1
answer

Angular - HTTP interceptor return the value of a promise

I have to apply a descriptografia on the body of the return of a request via Interceptor , however the decryption method is asynchronous and returns a promisse . Here's an excerpt from the class: intercept(req: HttpRe...
asked by 30.08.2018 / 19:22
0
answers

Add more than one append in http header

I am making an interceptor that should add in my header a token and an authorization whenever the value of authToken is different from null. My problem is in how to add an append in my header. I tried something like: @Injectable() export cl...
asked by 23.07.2018 / 20:39