我正在我的angular6项目中尝试使用<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Content Update="wwwroot\html-templates\**\*.*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
。
jquery@1.9.1
npm install jquery@1.9.1 --save
npm install @types/jquery --save
进入我的"node_modules/jquery/jquery.min.js"
的{{1}}字段
scripts
在我的ts文件中,我仍然收到错误:
./ src / app / shared / functions / rendering.function.ts模块中的错误 找到:错误:无法在“ C:...”中解析“ jquery”
有什么办法解决这个问题吗?