How to insert image in ionic 2

后端 未结 9 1879
星月不相逢
星月不相逢 2020-12-28 08:10

I\'m new on ionic 2 and i\'m trying to insert an image, but i don\'t realize the real path. inside the file app/pages/getting-started/getting-started.html

&         


        
9条回答
  •  既然无缘
    2020-12-28 08:38

    I had the same problem while using the Ionic Beta Latest ionic@beta11.


    To resolve this problem you can append the images absolute path in the copy.config.js file which will be residing in the node_modules/@ionic/app-scripts/config folder

    You can append this file for specific folder by providing source (src) and destination (dest) path.

    Hope this helps for copy the images folders to www/build/images folder

    Thanks in advance!

提交回复
热议问题