UNPKG

ngx-google-analytics

Version:

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

7 lines (6 loc) 206 B
import { InjectionToken } from '@angular/core'; import { GaWindow } from './ngx-google-analytics-window'; /** * Provide DOM Window reference. */ export declare const NGX_WINDOW: InjectionToken<GaWindow>;