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