From Angular 6 I am making an Http request to Expressjs, Expressjs calls an API to get specific details
In-Depth Explanation: I have created interceptor in Angular 6 but that is not passing access token for each request which I am making from express. So I am trying to create an interceptor in express which can send token for each API request and if a token is expired then it should call API to refresh the access token.