Closed ctrl-alt-d closed 6 years ago
Thank you very much: I clearly didn't give to the readme the love it deserved. Thanks again
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.
[Inject]
reserved word must be in upper case.IToaster
access level to protected.