我是 Spring 和 Angular 的新手,以前没有处理过 dll 文件。我有一个使用 C# 和 Angular 开发的 webapp,我必须使用 Spring Boot 和 Angular 重新开发它。
所以在 index.cshtml
@using Cockpit.ViewModels
<div id="page">
</div>
而 Cockpit 是一个 dll 文件 Cockpit.dll
如何使用 Angular 或 Spring Boot 在 html 文件中重用这个 dll 文件及其 ViewModel?
我应该在哪个路径中复制 dll 文件?
谢谢你的帮助。