美文网首页
angular中如何引入多个css文件

angular中如何引入多个css文件

作者: 高山流水kay | 来源:发表于2021-01-20 14:58 被阅读0次

转自:

https://blog.csdn.net/u011135260/article/details/78196516

import { ViewEncapsulation } from "@angular/core";@Component({ templateUrl: "./login.html",

  styleUrls: ['./login.css','/bootstrap/css/bootstrap.min.css'],

  encapsulation: ViewEncapsulation.Emulated

})

相关文章

网友评论

      本文标题:angular中如何引入多个css文件

      本文链接:https://www.haomeiwen.com/subject/mbekzktx.html