Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ createHTML
Method
createHTML
src/cdk/private/trusted-types.ts:29–29 ·
view source on GitHub ↗
(input: string)
Source
from the content-addressed store, hash-verified
27
28
interface
TrustedTypePolicy {
29
createHTML(input: string): TrustedHTML;
30
}
31
32
/**
Callers
1
trustedHTMLFromString
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected