ng2-notifications icon indicating copy to clipboard operation
ng2-notifications copied to clipboard

how to use it with remote api ?

Open OdaiTu opened this issue 7 years ago • 1 comments

how to use the notification with remote api ? when new object comes form the endpoint push the notification ?

OdaiTu avatar Aug 06 '17 17:08 OdaiTu

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

alberthoekstra avatar Aug 06 '17 20:08 alberthoekstra