bearnithi / bn-ng-idle

Angular user idle detector service
28 stars 11 forks source link

"../node_modules/@angular/core/core"' has no exported member 'ɵɵInjectableDeclaration' #50

Open HamzaTatheer opened 1 year ago

HamzaTatheer commented 1 year ago

What I did was install the package using npm install bn-ng-idle. Afterwards, I just added BnNgIdleService in providers of app.module.ts

Anyone knows the solution/fix ?

webguru103 commented 1 year ago

The solution was to nuke the node_modules folder and then do a fresh npm install.