Markus Berg

Results 4 comments of Markus Berg

This official package at `@cgross/angular-busy` is updated for angular 1.6. Update your package.json.

Thanks for finding this. While the solution provided above does fix the issue with keyboard navigation, it doesn't use correct markup for Bootstrap 4 dropdowns, which causes dual padding, and...

I ran into this exact issue when implementing dark mode. My quick and dirty solution was to add the following to my global style: ```scss .btn-temp-light { @extend .btn-light; }...

I've been using the idToken because it lets me map AD-group memberships to application roles, and those claims are automatically available on both the client and the server. Is there...