MCPcopy Create free account
hub / github.com/angular/components / _legacyGa

Method _legacyGa

docs/src/app/shared/analytics/analytics.ts:70–72  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

68 }
69
70 private _legacyGa(...args: any[]) {
71 this._gaWindow.ga?.(...args);
72 }
73
74 private _gtag(...args: any[]) {
75 this._gaWindow.gtag?.(...args);

Callers 3

constructorMethod · 0.95
reportErrorMethod · 0.95
_sendPageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected