TypeScript @angular-compiler-src-shadow_css.ShadowCss类(方法)实例源码

下面列出了TypeScript @angular-compiler-src-shadow_css.ShadowCss 类(方法)源码代码实例,从而了解它的用法。

作者:JanStureNielse    项目:angula   
function s(css: string, contentAttr: string, hostAttr: string = '') {
   const shadowCss = new ShadowCss();
   const shim = shadowCss.shimCssText(css, contentAttr, hostAttr);
   const nlRegexp = /\n/g;
   return normalizeCSS(shim.replace(nlRegexp, ''));
 }

作者:4vange    项目:angula   
function s(css: string, contentAttr: string, hostAttr: string = '') {
   var shadowCss = new ShadowCss();
   var shim = shadowCss.shimCssText(css, contentAttr, hostAttr);
   var nlRegexp = /\n/g;
   return normalizeCSS(StringWrapper.replaceAll(shim, nlRegexp, ''));
 }


问题


面经


文章

微信
公众号

扫码关注公众号