MCPcopy Index your code
hub / github.com/angular/angular / shimContentAttribute

Function shimContentAttribute

packages/platform-browser/src/dom/dom_renderer.ts:73–75  ·  view source on GitHub ↗
(componentShortId: string)

Source from the content-addressed store, hash-verified

71);
72
73export function shimContentAttribute(componentShortId: string): string {
74 return CONTENT_ATTR.replace(COMPONENT_REGEX, componentShortId);
75}
76
77export function shimHostAttribute(componentShortId: string): string {
78 return HOST_ATTR.replace(COMPONENT_REGEX, componentShortId);

Callers 1

constructorMethod · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…