Andreas Knuth

Results 2 comments of Andreas Knuth

thanks for your quick reply. So let's wait for the pulll request to be merged. Meanwhile I'll take your implementation ...

having the same problem with SSR and this config: ```javascript function initializeKeycloak(keycloak: KeycloakService) { return () => keycloak.init({ config: { url: 'http://localhost:8080', realm: 'bizmatch', clientId: 'bizmatch-angular-client' }, initOptions: { onLoad:...