Posts by Anselmo Júnior • 3 points
1 post
-
0
votes1
answer95
viewsQ: Angular - HTTP Interceptor returns the value of a promisse
I have to apply a descriptografia on the return body of a request via Interceptor, but the method of decryption is asynchronous and returns a promisse. Follow a section of the class: intercept(req:…