sotsera / sotsera.blazor.toaster

A Toastr.js port to Blazor in pure .Net.
https://blazor-toaster.sotsera.com/
MIT License
130 stars 29 forks source link

`Inject` to UpperC, Fix Access level modifier. #13

Closed ctrl-alt-d closed 6 years ago

ctrl-alt-d commented 6 years ago
ghidello commented 6 years ago

Thank you very much: I clearly didn't give to the readme the love it deserved. Thanks again

ctrl-alt-d commented 6 years ago

Thanks to you man! I learned a lot: take a look to https://github.com/ctrl-alt-d/BlazorConfirm. As you can see, it is so close you yours. Any comment/suggestion about BlazorConfirm will be welcome. A question, it worth to publish it on nuGet?

Also, Alessandro, do you have a second typo on your readme:

@inject Sotsera.Blazor.Toaster.IToaster toaster; <-- here! the ;

It is without ";". Like:

@inject Sotsera.Blazor.Toaster.IToaster toaster

Thanks a lot about share your code!

dani herrera ctrl.alt.d at gmail.