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 ?
Asked
Active
Viewed 3,146 times
3
-
2If you ask for a library recommendation, this is off-topic. If you ask how to "track the activity of a user", it's unclear: you need to define "track" and "activity". – JB Nizet Aug 16 '18 at 05:54
1 Answers
0
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.

Andrew Lobban
- 2,065
- 2
- 24
- 38