- Replace rollup by Angular CLI 6 bundling.
- Migrate to Angular 6 core anf RxJS 6.
- Extend API by method setConfigValues({idle, timeout, ping}).
- Add demo app. Check by angular-user-idle.rednez.com.
BREAKING CHANGES: To use this library you need to upgrade your dependencies to Angular 6 and RxJS 6.
- Include ts-sources in dist to fix crashing on AOT (close #2, #3). Thanks to costaivo.
- Update dependency of Angular to 5.x, RxJS to 5.5.8.
- Fix incorrect user's inactivity timer
- Update gitignore
- Add config option for idle, timeout and ping values
- Update README
- Init project