guys, I want to integrate Keycloak into my Angular project but I found myself faced with this error TS1259 if there is anyone who has a solution please help this is a screen that shows the error
Asked
Active
Viewed 139 times
1
-
fixed , in keycloak-angular/lib/services/keycloak.service.d.ts : switch from import Keycloak from 'keycloak-js'; to import * as Keycloak from 'keycloak-js'; – Oualid Abid May 25 '22 at 08:03