I'm able to send data from Node Server to Angular when I make an HTTP request.
How do I receive data in Angular without making an explicit request to Node server?
The functionality I want to implement in Angular is, I need to show Snackbars on top without any user interaction with the front end controls.
Which concept in Angular and Node should I use to achieve it?