-
I'm attempting to retrieve the IToastService from a singleton class through IServiceProvider using the code below. However, although I do obtain an instance of IToastService , it does not display the …
-
### What happened?
Currently the toast is behind the modal window -> so it is not possible to display toast from dialog.
### What type of frontend frameware are you seeing the problem on?
Ang…
-
### Describe the bug
Currently unable to use the `useToast()` composable in a module. Attempting to do so results in
```
[Vue warn]: inject() can only be used inside setup() or functional componen…
dcb99 updated
1 month ago
-
I am attempting to incorporate the library into our new .Net 8 Blazor Server Side application. We are initially wanting to utilize the Toast component. And then add more components as we build the app…
-
I'm trying to use the `mdl-toast` like the below, but am getting errors:
```
import {inject} from 'aurelia-framework';
import {MdlToastService} from './aurelia-mdl/mdl-toast';
@inject(MdlToastServic…
-
So I took this demo code from https://demos.blazorbootstrap.com/form/time-input#validations and ran it, it works as expected. If I wrap the EditForm with AuthorizeView tags with a custom Policy, I ge…
-
### Describe the bug
I have a Toast tag in the higher level template vue file.
If I add this in the file:
`import Toast from 'primevue/toast'`
Then toasting works well.
But if I remove it…
-
Please include:
### Your code / steps to reproduce
``` js
function restorePurchase () {
vm.isFetching = true;
if($window.cordova) {
inAppPurchase
.restorePurchases().th…
-
"userRegisterSuccess": "Registration Successful Please enter your email and password to start using Software",
this.toastService.success('auth.userRegisterSuccess'))
-
https://stackoverflow.com/questions/77329862/ngmocks-error-ng0204-cant-resolve-all-parameters-for-pinresolver
### ngMocks .... Error: NG0204: Can't resolve all parameters for PinResolver: (?, ?)
…