()
| 276 | } |
| 277 | |
| 278 | function getSanitizer(): Sanitizer | null { |
| 279 | const lView = getLView(); |
| 280 | return lView && lView[ENVIRONMENT].sanitizer; |
| 281 | } |
| 282 | |
| 283 | function getSecurityContext(tagName: string, propName: string): SecurityContext { |
| 284 | const [namespace, resolvedTagName] = resolveElement(tagName); |
no test coverage detected