@filip.mazev/toastr 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -182,7 +182,7 @@ The `ToastrService` exposes four convenience methods: `queueSuccess`, `queueInfo
|
|
|
182
182
|
|
|
183
183
|
### SimpleToast Usage
|
|
184
184
|
|
|
185
|
-
These methods accept an `IQueueSimpleToastRequest` object. They automatically
|
|
185
|
+
These methods accept an `IQueueSimpleToastRequest` object. They automatically inherit your global settings unless overridden.
|
|
186
186
|
|
|
187
187
|
```typescript
|
|
188
188
|
import { Component, inject } from '@angular/core';
|