Skip to content

Commit

Permalink
πŸ“ add method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
steffinchen committed Aug 21, 2023
1 parent 69ad1bf commit 56cbb8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/core/notification.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ export class NotificationService {
});
}

/**
* Shows a warning message as toast.
* The message is sticky and closable.
* @param message
*/
showWarningMessage(message: string) {
this.messageService.add({
severity: 'warn',
Expand Down

0 comments on commit 56cbb8c

Please sign in to comment.