Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ _getMetaKeyMap
Method
_getMetaKeyMap
packages/platform-browser/src/browser/meta.ts:206–208 ·
view source on GitHub ↗
(prop: string)
Source
from the content-addressed store, hash-verified
204
}
205
206
private _getMetaKeyMap(prop: string): string {
207
return
META_KEYS_MAP[prop] || prop;
208
}
209
}
210
211
/**
Callers
2
_setMetaElementAttributes
Method · 0.95
_containsAttributes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected