MCPcopy Create free account
hub / github.com/angular/angular / ɵɵinjectAttribute

Function ɵɵinjectAttribute

packages/core/src/render3/instructions/di_attr.ts:16–18  ·  view source on GitHub ↗
(attrNameToInject: string)

Source from the content-addressed store, hash-verified

14 * @codeGenApi
15 */
16export function ɵɵinjectAttribute(attrNameToInject: string): string | null {
17 return injectAttributeImpl(getCurrentTNode()!, attrNameToInject);
18}

Callers 2

HostAttributeTokenClass · 0.90
metadata_attr.tsFile · 0.90

Calls 2

injectAttributeImplFunction · 0.90
getCurrentTNodeFunction · 0.90

Tested by

no test coverage detected