In this tutorial, we are going to take a look at how to display push notifications using angular.
These push notifications will be the same as the native notifications you get on your smartphone or your computer.
Also the user does not have to be on your site to receive the notification because of service workers.
Doesn't that sound great?
Native app like feature in the browser!
Reading this, you will learn how to use the angular service worker to subscribe to push notifications.
Also, you will discover how to build your own node.js express server to send the notifications. No previous backend-knowledge required!
Ready?
Let's get started!