mchirico / ts-express

Typescript/Express/Angular starter project
https://tsexpress.cwxstat.io
Apache License 2.0
1 stars 0 forks source link

Service Worker: Push Notification #19

Open mchirico opened 4 years ago

mchirico commented 4 years ago

https://blog.angular-university.io/angular-push-notifications/ https://github.com/angular-university/angular-pwa-course/blob/1-notifications-finished/src/app/lessons/lessons.component.ts

Need service worker:

https://blog.angular-university.io/angular-service-worker/

ng add @angular/pwa --project <name of project as in angular.json>
# or
ng add @angular/pwa --project angular

Also want push service:

sudo npm install web-push -g

Specific page where this is happening:

ng g c navpages/notification
ng generate service service/notification-post

ng generate service service/firebase/notification-firestore

Will need to have working tests... reference

tacomonkautobot[bot] commented 4 years ago

mchirico, Thanks for opening this issue!

mchirico commented 4 years ago

/label rawDoc

mchirico commented 4 years ago

/label "PR Issue (<>)"