📜  styleurls 组件 angular node_modules - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:11.630000             🧑  作者: Mango

代码示例1
@Component({
  selector: 'app',
  encapsulation: ViewEncapsulation.None,
  styleUrls: [
    './app.component.css',
    '../../node_modules/bootstrap/dist/css/bootstrap.css'
  ],