UNPKG

ngx-google-analytics

Version:

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

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