答案 0 :(得分:1)
您是否尝试在重新构建之前清空缓存?
图像经常保存在缓存中,所以你应该看一下。
此外,您可能还想创建一个文件夹,您可以从任何组件轻松访问该文件夹,例如图像。例如,如果您使用Angular-Cli,请检查资产部分。 https://github.com/angular/angular-cli/wiki/stories-asset-configuration
答案 1 :(得分:0)
嗯,应该是这样的:
<img alt="Alternative" [src]="'./upload/yourImage.something'">
如果您尝试使用app.component.ts
或app.component.html
中的图片。
但由于你没有展示你的代码,所以很难找到错误。