bearnithi / bn-ng-idle

Angular user idle detector service
28 stars 11 forks source link

ɵɵFactoryDeclaration BnNgIdleModule error #49

Open BattiniSantthosh opened 2 years ago

BattiniSantthosh commented 2 years ago

node_modules/bn-ng-idle/lib/bn-ng-idle.module.d.ts:3:21 static ɵfac: i0.ɵɵFactoryDeclaration<BnNgIdleModule, never>;

node_modules/bn-ng-idle/lib/bn-ng-idle.module.d.ts:4:21 static ɵmod: i0.ɵɵNgModuleDeclaration<BnNgIdleModule, never, never, never>;

node_modules/bn-ng-idle/lib/bn-ng-idle.service.d.ts:14:21 static ɵfac: i0.ɵɵFactoryDeclaration<BnNgIdleService, never>;

Can't import the named export 'Injectable' from non EcmaScript module (only default export is available)

"@angular/compiler": "~11.2.4", "bn-ng-idle": "^2.0.4",