Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Worker: Push Notification #19

Open
mchirico opened this issue Jun 28, 2020 · 3 comments
Open

Service Worker: Push Notification #19

mchirico opened this issue Jun 28, 2020 · 3 comments

Comments

@mchirico
Copy link
Owner

mchirico commented Jun 28, 2020

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
Copy link

mchirico,
Thanks for opening this issue!

@mchirico mchirico changed the title Service Worker Service Worker: Push Notification Jun 28, 2020
@mchirico
Copy link
Owner Author

/label rawDoc

@mchirico
Copy link
Owner Author

/label "PR Issue (<>)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant