ngx-matomo-client
Version:
Matomo (fka. Piwik) client for Angular applications
13 lines (12 loc) • 626 B
TypeScript
import { AfterViewInit, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TrackFormsDirective implements AfterViewInit {
private readonly elementRef;
private readonly tracker;
ngAfterViewInit(): void;
scan(): void;
trackSubmit(element: Element | ElementRef<Element>): void;
trackConversion(element: Element | ElementRef<Element>): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TrackFormsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TrackFormsDirective, "[matomoTrackForms]", ["matomoTrackForms"], {}, {}, never, never, true, never>;
}