in Angular 6/7, is there a way to read the request header on application load.
I need to read header values as Security access management set values in header while accessing angular app.
export class AppComponent implements OnInit {
ngOnInit(){
// Read http request header here
}