0
antonis created
I have updated to 6.2.1 angular & asp.net core and I want to customize some toaster settings.
Before I used to do it like:
toastr.options.escapeHtml = true;
toastr.options.positionClass = 'toast-top-right';
toastr.options.toastClass = "custom-toastr";
in root module under
appSessionService.init().then(
(result) => {
})
4 Answer(s)
-
1
Hi @antonis
We have replaced toaster with https://sweetalert2.github.io/. You can use it's options now.
-
0
OK But where do I have to configure its options?
-
0
And how do I do it since it is part of the abp?
-
0
Never mind. Found the file it is called abp.notify.js
Thanks