Class

NgxToastComponent

NgxToastComponent#NgxToastComponent(options)

Constructor

# new NgxToastComponent(options)

Initializes the toast component with the provided options, merging them with the default options.

Creates a new toast component instance

Parameters:
Name Type Description
options ToastOptions

Configuration options for toast notifications

View Source app/utils/NgxToastComponent.ts, line 61

NgxToastComponent#NgxToastComponent(options)

Constructor

# new NgxToastComponent(options)

Initializes the toast component with the provided options, merging them with the default options.

Creates a new toast component instance

Parameters:
Name Type Description
options ToastOptions

Configuration options for toast notifications

View Source app/utils/NgxToastComponent.ts, line 205