irossimoline / angular4-material-table

Angular 4 table based on @angular/cdk table structure, to allow row insertion, edition, validation and deletion.
MIT License
55 stars 25 forks source link

Not an Issue - HTTP interceptor Conflict with keycloak-angular #26

Closed harish516 closed 5 years ago

harish516 commented 5 years ago

Hi,

Thanks for all great effort in this nice plugin. I am using this plugin with Angular 6.

One observation is that when this plugin having some conflict with with keycloak-angular plugin (https://github.com/mauriciovigolo/keycloak-angular). keycloak-angular plugin supposed to include Authorization header with Bearer + token using http interceptor. When this plugin is included in my project, It's not doing that any more. I am still investigating to find root cause of conflict. However, it would be helpful to share if this plugin uses the http interceptor and pointer in source code.

Thanks,

harish516 commented 5 years ago

Not an issue with this plugin. Raised issue too early. Please delete this issue if possible.