ngx-analytics
Version:
Vendor-agnostic web analytics for Angular2 applications, based on angulartics2
12 lines (11 loc) • 368 B
TypeScript
import { NgxAnalytics } from 'ngx-analytics';
export declare class NgxAnalyticsFacebook {
private ngxAnalytics;
constructor(ngxAnalytics: NgxAnalytics);
/**
* Send interactions to the Pixel, i.e. for event tracking in Pixel
*
* @param action action associated with the event
*/
eventTrack(action: string, properties?: any): void;
}