Base solution for your next web application
Open Closed

How to use SweetAlert #798


User avatar
0
sampath created

Hi, Could you tell me how to use "SweetAlert" on my app ? I can see that there is a lib added to the project.But "hSweetAlert" module has not been injected on the app.js file.So then how can I use it ? Thanks.

I just need to show message like this :

sweet.show('Simple right?');

1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    just use abp.message api: <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Javascript-API/Message">http://www.aspnetboilerplate.com/Pages/ ... PI/Message</a> it's already integrated to AspNet Zero template.