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