ngx-toastr
ngx-toastr copied to clipboard
Conditional content based on toastr type (error/warning/...)
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.