Search code examples
iconsfont-awesomeionic4toast

Putting font awesome icons in toast controller in ionic 4


Is there any way to put an icon beside the toast-message in Toast Controller in ionic 4?

I create the toast controller with the toastController.create() method and pass the cssClass property, is there any way to put an font awesome icon with this class passed in the cssClass property? Like exporting the fal-fa-icon class in the css?

I want to do something like this:

enter image description here


Solution

  • I'm having the same issue. I tried to use ion icon cheet in css but the toast-message or toast-container class do not change with any style.