grbsk / ng-idle

Responding to idle users in AngularJS applications.
http://hackedbychinese.github.io/ng-idle
MIT License
564 stars 195 forks source link

Any plans to upgrade to Angular 6 #217

Closed marcelgood closed 6 years ago

marcelgood commented 6 years ago

The current version doesn't work with Angular 6 due to the new dependency on RxJS 6. I've refactored all my RxJS code to the new v6 API, so I'm not using the rxjs-compat package and my application fails if I do a production mode build in Webpack. It works if I include the rxjs-compat package and build in development mode. I'm currently trying to make @ngidle work in production mode with rxjs-compat, but it should really be updated to properly support Angular 6

marcelgood commented 6 years ago

Wrong repo