Last active
February 22, 2017 01:27
-
-
Save ShankarSumanth/5d740fbaa24579f21a1b783a4f456c0e to your computer and use it in GitHub Desktop.
Existing Angular 2 Keycloak Integartion example for Medium Article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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