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

Latest beta versions not included in npm #29

Closed harleyb16 closed 7 years ago

harleyb16 commented 7 years ago

We are attempting to update to the latest version of angular (2.3.0) using npm. In this, we recieved an error for your old ng2-idle-keepalive project. image

After noticing you had merged the project into ng2-idle, we updated our package.json to request version 2.0.0-beta.4. It seems the latest packages haven't been published image

Are you still supporting npm packages? https://www.npmjs.com/package/ng2-idle

moribvndvs commented 7 years ago

Hello. ng2-idle and ng2-idle-keepalive have been deprecated (you should be getting a warning in NPM). They have been reorganized and published as @ng-idle/core and @ng-idle/keepalive. You can refer to the example to see how to use these packages.