I noticed that some people (including me) have an error while using the module.
ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 25:11 in the original .ts file), resolving symbol Ng2KeycloakModule in [...]/ng2-keycloak.module.ts
Replacing the lambda by an exported function fixes the problem.
I noticed that some people (including me) have an error while using the module.
ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 25:11 in the original .ts file), resolving symbol Ng2KeycloakModule in [...]/ng2-keycloak.module.ts
Replacing the lambda by an exported function fixes the problem.