UNPKG

gtmeventtracking

Version:
12 lines (11 loc) 367 B
import { Angulartics2 } from 'angulartics2'; export declare class Angulartics2Facebook { private angulartics2; constructor(angulartics2: Angulartics2); /** * 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; }