In this feature you are asked to implement a global notification service.
The goal of this feature is to help us better evaluate your Angular skills,
Please avoid using any external libraries❕
There are 2 places this service is used:
- Clicking on any of the "Info", "Success" or "Failure" buttons on the top will trigger an event that will display a notification.
- In "comments.service.ts" you will find a
TODO to call that global notification

Requirements:
Nice to have:
Example:
Here is an example of this feature the way I decided to implement it.
You DON'T need to do it one to one. On the contrary, creating will be reworded

**
In this feature you are asked to implement a global notification service.
The goal of this feature is to help us better evaluate your Angular skills,
Please avoid using any external libraries❕
There are 2 places this service is used:
TODOto call that global notificationRequirements:
XbuttonNice to have:
Example:
Here is an example of this feature the way I decided to implement it.
You DON'T need to do it one to one. On the contrary, creating will be reworded
**