ebondu / angular2-keycloak

Angular 2 Keycloak client wrapper
19 stars 26 forks source link

I need help! #28

Open nicmaster opened 7 years ago

nicmaster commented 7 years ago

Uncaught Error: Unexpected value 'Ng2KeycloakModule' declared by the module 'AppModule'. Please add a @Pipe/@Directive/@Component annotation.

ebondu commented 7 years ago

Hi,

Which version are you using ?

nicmaster commented 7 years ago

Hi There

Thanks for the reply "@ebondu/angular2-keycloak": "^0.7.0",

ebondu commented 7 years ago

Maybe the latest version (0.9.4) has been retrieved. In that case, the Keycloak module has been renamed to 'KeycloakModule' (see ng4 branch https://github.com/ebondu/angular2-keycloak/blob/ng4/README.md).

nicmaster commented 7 years ago

Maybe i need your help to look at my project, tried your previous suggestion but nothing worked https://github.com/nicmaster/angularjs2-cms-keycloak

sunmeplz commented 7 years ago

Hi! you can see example with angular cli in ng4 branch and fork it to create you cms