MCPcopy
hub / github.com/angular/angular / bypassSanitizationTrustStyle

Function bypassSanitizationTrustStyle

packages/core/src/sanitization/bypass.ts:161–163  ·  view source on GitHub ↗
(trustedStyle: string)

Source from the content-addressed store, hash-verified

159 * @returns a `style` hich has been branded to be implicitly trusted.
160 */
161export function bypassSanitizationTrustStyle(trustedStyle: string): SafeStyle {
162 return new SafeStyleImpl(trustedStyle);
163}
164/**
165 * Mark `script` string as trusted.
166 *

Callers 4

styling_spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…