MCPcopy Create free account
hub / github.com/angular/angular / _insertPolyfillHostInCssText

Method _insertPolyfillHostInCssText

packages/compiler/src/shadow_css.ts:917–921  ·  view source on GitHub ↗
(selector: string)

Source from the content-addressed store, hash-verified

915 }
916
917 private _insertPolyfillHostInCssText(selector: string): string {
918 return selector
919 .replace(_colonHostContextRe, _polyfillHostContext)
920 .replace(_colonHostRe, _polyfillHost);
921 }
922}
923
924class SafeSelector {

Callers 1

_scopeCssTextMethod · 0.95

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected