Angular 8 Web Push notifications

Step 1: Install the Angular CLI

npm install -g @angular/cli

Step 2: Create a workspace and initial application

ng new my-app

Step 3: Run the application

cd my-app ng serve --open or ng s -o

MyApp

This project was generated with Angular CLI version 8.3.18.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

npm install ng-push --save

https://github.com/flauc/ng-push