angular2-keycloak icon indicating copy to clipboard operation
angular2-keycloak copied to clipboard

forkAndJoin not working

Open togbyte opened this issue 7 years ago • 1 comments

has anyone gotten forkAndJoin to work? looks like http responses return, but looks like there is an issue with observable...

togbyte avatar Jul 25 '17 03:07 togbyte

After import Ng2KeycloakModule into imports in app.module.ts resolve in `app-routing.module.ts' does not work. According to the doc of angular

The Observable provided to the Router must complete. If the Observable does not complete, the navigation will not continue.

Does the return Observable of get function in KeycloakHttp complete?

ghost avatar Sep 07 '17 06:09 ghost