HTML Image not displaying, while the src url works

前端 未结 8 853
死守一世寂寞
死守一世寂寞 2021-02-04 02:59
\"Image

That doesn\'t d

8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-04 03:27

    In your angular.json folder structure should be like this

    "assets": [             
      "src/assets",
      "src/favicon.ico"
    ],
    

    not this

    "assets": [     
      "src/favicon.ico",
      "src/assets",
    ],
    

    This solved my problem.

提交回复
热议问题