angular2 .net核心应用程序添加css和js库

时间:2016-12-11 22:14:41

标签: angular asp.net-core

在我创建应用程序后,您知道在布局中引用了默认的供应商css库,因此我在同一目录(wwroot / assets)中添加了我的模板的css文件,但语法相同但不起作用但没有错误关于ref(未找到)因此它假设被加载到浏览器但它不是..

<link rel="stylesheet" href="~/dist/vendor.css" asp-append-version="true" />

<!-- Custom files-->
        <link class="nor-css" rel="stylesheet" href="~/assets/css/global/bootstrap.min.css" asp-append-version="true" />
        <link rel="stylesheet" href="~/assets/css/switchery/switchery.min.css" asp-append-version="true" />
        <link rel="stylesheet" href="~/assets/css/global/slidePanel.min.css" asp-append-version="true" />
        <link rel="stylesheet" href="~/assets/css/global/waves.min.css" asp-append-version="true" />
        <link rel="stylesheet" href="~/assets/plugin/bootstrap-tour/css/bootstrap-tour.css" asp-append-version="true" />

如何将这些css文件导入项目? Angular2 .core文件系统的工作原理是什么?

这里是我的mvc应用程序的模板,我把所有引用和库都定义相同。 这是原始页面和我的开发示例 enter image description here

0 个答案:

没有答案