Skip to content

Instantly share code, notes, and snippets.

@ShankarSumanth
Last active February 22, 2017 01:27
Show Gist options
  • Save ShankarSumanth/5d740fbaa24579f21a1b783a4f456c0e to your computer and use it in GitHub Desktop.
Save ShankarSumanth/5d740fbaa24579f21a1b783a4f456c0e to your computer and use it in GitHub Desktop.
Existing Angular 2 Keycloak Integartion example for Medium Article
KeycloakService.init()
.then(() => {
const platform = platformBrowserDynamic();
platform.bootstrapModule(AppModule);
})
.catch(() => window.location.reload());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment