UNPKG

ngx-google-analytics

Version:

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

7 lines (6 loc) 291 B
import { InjectionToken } from '@angular/core'; import { IGoogleAnalyticsSettings } from '../interfaces/i-google-analytics-settings'; /** * Provide a Injection Token to global settings. */ export declare const NGX_GOOGLE_ANALYTICS_SETTINGS_TOKEN: InjectionToken<IGoogleAnalyticsSettings>;