MCPcopy 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
28interface TrustedTypePolicy {
29 createHTML(input: string): TrustedHTML;
30}
31
32/**

Callers 1

trustedHTMLFromStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected