NathanWalker / nativescript-ngx-fonticon

Use custom font icon collections seamlessly with NativeScript + Angular.
MIT License
76 stars 39 forks source link

Showing FontIcon on NativeScript dialog #40

Closed phatakrajan closed 6 years ago

phatakrajan commented 6 years ago

Is it possible to show fonticon on Nativescript dialog? Something like this?

                dialogs.alert({
                    title: // set icon as text
                    message: "Check-in Successful"
                }).then(()=> {
                    console.log("Dialog closed!");
                });