我在 C# MVC 项目中使用 Angular Elements。
main.cshtml
当我直接在其中包含
角度元素构建文件时,<script type="text/javascript" src="~/Script/Angular/artifi-graphics.js"></script>
它工作得很好。
但
当我尝试在包中添加构建文件时
bundles.Add(new ScriptBundle("~/bundles/Layout_8_CommonModule")
.Include("~/Script/Angular/artifigraphics.js")
那么项目没有加载。