ng2-notifications
ng2-notifications copied to clipboard
how to use it with remote api ?
how to use the notification with remote api ? when new object comes form the endpoint push the notification ?
You will have to use a service that push small messages from the server to your client.
I've used Pusher for it. Very easy to setup! Once you've received a new message/event you can use the notifications again