For background: I have an interceptor that clones a request and inserts a bearer token, I want to add another field to this newRequest
called: id
with a value I grabbed from an eventEmitter
in another class: AppComponent
I have value but I can't pass it to the interceptor like I would to a component via html. Is there a way to do this?