Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
reportError
Method · 0.95
_sendPage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected