onna-tracking
v1.0.0
Published
Allows to track any user interaction in an Angular 7+ app and store them in a configurable storage (most likely a backend service).
Downloads
9
Readme
onna-tracking
Allows to track any user interaction in an Angular 7+ app and store them in a configurable storage (most likely a backend service).
Usage:
<button trackIt="my-test-button-2">Test button 2</button>
<button trackIt="my-test-button-3">Test button 3</button>
<form (submit)="onSearch()" trackIt="search-bar">…</form>