ngx-toastr icon indicating copy to clipboard operation
ngx-toastr copied to clipboard

Conditional content based on toastr type (error/warning/...)

Open Frimlik opened this issue 2 years ago • 0 comments

I have own component (which extends Toast) and I need to show different content for different toast types (warning/error/...). Am I able to achieve this information from inside the component?

I know there are css classes, but I cannot use them to influence the shown content, I bet.

Frimlik avatar Mar 22 '22 14:03 Frimlik