I have tried to use ion-icons in an AlertController:
let alert = this.alertCtrl.create({
title: 'Erro ao conectar com o servidor',
message: `some text <ion-icon name="refresh"></ion-icon> some other text`
})
The icon is not shown, even the tag is removed. Only appears ‘some text some other text’.
Is it possible to use?