src/app/user-notify/user-notify.service.ts
This service provides functions for user notification
Methods |
constructor(toastr: ToastrService)
|
||||||
Parameters :
|
notifyError | ||||||||||||
notifyError(message: string, error?: Error)
|
||||||||||||
Notify the user that an error occurred
Parameters :
Returns :
void
|
notifyInfo | ||||||||
notifyInfo(message: string)
|
||||||||
Notify the user
Parameters :
Returns :
void
|