ionic-team/ionicons

Loading svg fails when base-href set

Offen

#707 geöffnet am 07.07.2019

 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (2.083 Forks)batch import
help wantedtype: bug

Repository-Metriken

Stars
 (17.256 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I am using angular 7.2.2 with ionic 4.6.0.

Everything is fine until i prepare my final deployment where base-href is set to some "/context/path/". Everything keeps working except ionicon resolution, still requesting the resources from "/svg/iconname.svg".

Anything i can do beside hardcoding the src myself?

Contributor Guide