-
When I set my package.json like this:
```
"dependencies": {
"react-dom": "^16.0.0",
"react": "^16.0.0",
"react-toastr": "^2.9.3"
}
```
Then I run `npm i`, the `node_modules/react-toastr…
-
Good afternoon!
I get this when I'm trying to publish the config file:
![image](https://user-images.githubusercontent.com/78077184/233600330-6dc4be3c-0b9c-4387-a872-41bed1caa7cd.png)
Thanks in adva…
-
Hi,
could you please provide a simple spec.ts example for custom components like 'pink.toast.ts'. I cant figure out how to serve a provider for InjectionToken ToastConfig.
component:
```
imp…
-
Hello,
I am using toastr and it's a great package.
Actually, I have a question.
toastr message shows up again when I try to go back on view page.
Here's some part of my code.
// controller
`…
-
```
ERROR in app.6d3a54eaa463666161b3.js from UglifyJs
Unexpected token: punc ()) [./node_modules/mini-toastr/mini-toastr.js:12,0][app.6d3a54eaa463666161b3.js:245,14]
```
zanjs updated
6 years ago
-
I'm having some strange problems trying to get Toastr to work with an Aurelia project. I don't know where else to ask and so I'm hoping someone can help me troubleshoot.
1. I installed Toastr yest…
-
The original toastr has some parameters to configure durations, like showDuration and hideDuration. Is there any way to make such a configuration with angular-toastr?
-
Will toastr get also the `preventOpenDuplicates `(like in the Angular toastr) option to really prevent any duplicated text/title toast to appear?
Andy
-
If we close the Notification[Toastr] on one tab, can we get notified on another tab and the toastr gets dismissed there as well. ?
-
### Issue type
**I'm submitting a**
* [ ] bug report
* [x] feature request
### Issue description
**Current behavior:**
Currently, NbGlobalPosition allows only to use TOP_RIGHT, TOP_L…