I am currently working on an Angular project that involves third-party authentication, which redirects to our app with additional information in the HTTP headers.
Here are the questions I have:
- What is the best way to extract the information from the HTTP headers in Angular 5?
- Similarly, how can I also access the URL's query string in Angular 5?
Thank you in advance for your assistance.