MCPcopy Create free account
hub / github.com/angular/angular / shimContentAttribute

Function shimContentAttribute

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

Source from the content-addressed store, hash-verified

100}
101
102export function shimContentAttribute(componentShortId: string): string {
103 return CONTENT_ATTR.replace(COMPONENT_REGEX, componentShortId);
104}
105
106export function shimHostAttribute(componentShortId: string): string {
107 return HOST_ATTR.replace(COMPONENT_REGEX, componentShortId);

Callers 1

constructorMethod · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected