Constructor
# new NgxToast(optionsopt)
Merges the provided options with the default toast configuration so all subsequent notifications share the same baseline settings.
Creates a toast helper instance.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
options |
Partial.<ToastOptions>
|
<optional> |
{} | Custom toast options to merge with defaults |