How to track user activity in angular 5?

3.2k Views Asked by At

I have recently started working on angular 5.I want to track each activity/event of user using a common functionality. I have done this in angularJs by using angular-activity-monitor but don't know how do the same in angular 5, Can anyone have an idea about it ?

1

There are 1 best solutions below

0
On

Currently working on building out an Angular 7.1 app. But I have been using @ng-idle/core since Angular 4. It wasn't too difficult to setup.

But I am now looking to see if there are any comparable products out there.