gpt4 book ai didi

Angular2 styleUrls 不加载外部样式

转载 作者:太空狗 更新时间:2023-10-29 18:05:23 26 4
gpt4 key购买 nike

正在开发一个 angular2 应用程序,希望能够为公共(public)内容和管理内容加载不同的样式。然而,Angular 似乎忽略了从外部源加载的样式

@Component({styleUrls:["http://url_to_external_styles"]})

以上代码没有按预期工作,是否需要任何其他配置才能使用完整 URL 从外部源加载样式?加载相对于组件的样式 100%,但是我对从内容服务器加载更感兴趣。

最佳答案

需要关闭组件的 View 封装:

@Component({
styleUrls:["http://url_to_external_styles"],
encapsulation: ViewEncapsulation.None
})

https://angular.io/docs/ts/latest/guide/component-styles.html#!#view-encapsulation

关于Angular2 styleUrls 不加载外部样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40116678/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com