moribvndvs / ng2-idle

Responding to idle users in Angular (not AngularJS) applications.
https://moribvndvs.github.io/ng2-idle
Apache License 2.0
315 stars 128 forks source link

Can't import it by using NgIdleKeepaliveModule.forRoot() #116

Open saiskarur opened 5 years ago

saiskarur commented 5 years ago

Hi All,

I am new to ionic3 and angular, i have try to implement keep alive (keepalive) option for my app. I have install everting as per the instruction given by readme. Can you any one assist me to get it out of this issue.

TypeError: WEBPACK_IMPORTED_MODULE_4_rxjs_Observable.Observable.fromEvent is not a function at http://localhost:8100/build/vendor.js:64489:138 at Array.map () at DocumentInterruptSource.EventTargetInterruptSource [as constructor] (http://localhost:8100/build/vendor.js:64489:44) at new DocumentInterruptSource (http://localhost:8100/build/vendor.js:79729:23) at createDefaultInterruptSources (http://localhost:8100/build/vendor.js:79695:13) at Object. (http://localhost:8100/build/vendor.js:79698:32) at webpack_require (http://localhost:8100/build/vendor.js:55:30) at Object. (http://localhost:8100/build/vendor.js:79462:72) at __webpack_require__ (http://localhost:8100/build/vendor.js:55:30) at Object. (http://localhost:8100/build/vendor.js:88799:73)

Operating system : Mac ionic : 3

batianusrey commented 4 years ago

Hi @saiskarur , did you find a way to solve your problem or found an alternative?