Notifications
Show notifications within your angular app.
We created a NotificationTemplateComponent
which is defined in the Shared module to encapsulate the logic and markup of this notification component.
To display the notifications we use the Material SnackBar component.
In src/app/utilities/notifications/notifications.component.html
you can find some of the different notifications you can create using this NotificationTemplateComponent
.
You can pass the following options to the notifications component:
Last updated