做angular框架遇到的一些小东西
Posted ……勇敢妞妞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了做angular框架遇到的一些小东西相关的知识,希望对你有一定的参考价值。
问题:样式引入不生效,在子组件外层组件引入angular 2的样式封装,view encapsulation ,属性为encapsulation:ViewEncapsulation.None
@component({
selector :“webform”,
templateUrl:“./webform.html”,
styleUrls:【“./webform.component.scss”】,
encapsulation: ViewEncapsulation.None
)
以上是关于做angular框架遇到的一些小东西的主要内容,如果未能解决你的问题,请参考以下文章