做angular框架遇到的一些小东西

问题:样式引入不生效,在子组件外层组件引入angular 2的样式封装,view encapsulation ,属性为encapsulation:ViewEncapsulation.None

@component({
selector :“webform”,
templateUrl:“./webform.html”,
styleUrls:【“./webform.component.scss”】,
encapsulation: ViewEncapsulation.None
})