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:
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.