标签: angular webpack asp.net-core visual-studio-2017
我有很多在Angular组件/页面之间共享的图像,所以我在images文件夹中创建了一个wwwroot文件夹。
images
wwwroot
但是每当我尝试从any.component.html引用图像时,我都会收到以下错误:
any.component.html
由于错误导致预渲染失败:错误:找不到模块 “../建立/图像/标志/标志-light.png”
我尝试将路径从../build更改为build,~/build等。但这并不能解决问题。
../build
build
~/build
我该如何解决这个问题?