Toast

Sistema provides a system for displaying toast messages simply by calling SisToastService . This service is based on Pastanaga ToastService .

Sistema toasts are displayed with a title, an icon on the left, and a close button on the right. The title and icon depends on the toast type:

Display toast
Info Success Warning Error

Make sure to import PaToastModule in your application, and then use SisToastService to display toasts.

{{code}}