UNPKG

@kurkov87/ngx-analytics

Version:

Vendor-agnostic web analytics for Angular2 applications, based on angulartics2

9 lines (8 loc) 307 B
import { NgxAnalytics } from 'ngx-analytics'; export declare class NgxAnalyticsIntercom { private ngxAnalytics; constructor(ngxAnalytics: NgxAnalytics); pageTrack(path: string): void; eventTrack(action: string, properties: any): void; setUserProperties(properties: any): void; }