UNPKG

@hakimio/ngx-google-analytics

Version:

A simple Google Analytics wrapper for Angular apps

6 lines (5 loc) 135 B
import { GtagFnArgs } from './gtag.type'; /** * Provides an interface on a GA command list. */ export type DataLayer = GtagFnArgs[];