achwilko / ngx-inactivity

Angular (4.x+) directive to handle user inactivity which is very helpful especially in validated projects
MIT License
5 stars 8 forks source link

I am not able to use ngx-inactivity with Angular 6. Got below error #5

Open sachin5590 opened 6 years ago

sachin5590 commented 6 years ago

ERROR in node_modules/ngx-inactivity/src/app/ngx-inactivity/ngx-inactivity.directive.ts(81,8): error TS2339: Property 'merge' does not exist on type 'EventEmitter<{}>'

achwilko commented 6 years ago

Hi @sachin5590 Thanks for checking ngx-inactivity package.

Unfortunately, it's not compatible with Angular 5+ versions. I will try to update and fix the package as soon as I find some time to work on it. Any help / pull request is welcome :)