I need to store all my icons in backend and therefore need to access them through the link.
I tried to do something like:
<ion-icon [src]="'https://my-api/static/icons/home.svg'"></ion-icon>
But it does not render the icon.
I use ionic/Angular 5.
Unfortunately, this answer didn't work.