UNPKG

ngx-google-analytics

Version:

A simple ng-9 wrapper to load Google Analytics dependency by angular way

10 lines (9 loc) 576 B
import { GaEventDirective } from './ga-event.directive'; import * as i0 from "@angular/core"; export declare class GaEventFormInputDirective { protected gaEvent: GaEventDirective; constructor(gaEvent: GaEventDirective); set gaBind(bind: string); static ɵfac: i0.ɵɵFactoryDeclaration<GaEventFormInputDirective, [{ optional: true; host: true; }]>; static ɵdir: i0.ɵɵDirectiveDeclaration<GaEventFormInputDirective, "input[gaEvent], select[gaEvent], textarea[gaEvent]", never, { "gaBind": "gaBind"; }, {}, never, never, false>; }