MCPcopy Index your code
hub / github.com/angular/angular / bypassSanitizationTrustHtml

Function bypassSanitizationTrustHtml

packages/core/src/sanitization/bypass.ts:149–151  ·  view source on GitHub ↗
(trustedHtml: string)

Source from the content-addressed store, hash-verified

147 * @returns a `html` which has been branded to be implicitly trusted.
148 */
149export function bypassSanitizationTrustHtml(trustedHtml: string): SafeHtml {
150 return new SafeHtmlImpl(trustedHtml);
151}
152/**
153 * Mark `style` string as trusted.
154 *

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…