Angular 组件引入其他css不生效

2020-12-18 20:33

阅读:785

标签:html   com   root   style   sel   enc   psu   其他   生效   

修改app.component.ts:

@Component({
        selector: ‘app-root‘,
        templateUrl: ‘./app.component.html‘,
        styleUrls: [‘./app.component.scss‘],
        encapsulation:ViewEncapsulation.None  //样式不进行封装
     })

Angular 组件引入其他css不生效

标签:html   com   root   style   sel   enc   psu   其他   生效   

原文地址:https://www.cnblogs.com/testopsfeng/p/14127839.html


评论


亲,登录后才可以留言!