Correct way to use image assets in Ionic 2

前端 未结 4 1486
一向
一向 2021-01-31 07:51

What’s the best practice for image assets in Ionic 2? I have a bunch of SVGs I want to use as non-system icons. I found some older tips on using Gulp but it seems Ionic team has

4条回答
  •  孤街浪徒
    2021-01-31 08:13

    in my case, I had to replace /assets/img/... with assets/img/... (removed the / )

    the first works in ionic serve but not on Android

提交回复
热议问题