ng-push icon indicating copy to clipboard operation
ng-push copied to clipboard

An Angular wrapper around the Notifications API

Results 8 ng-push issues
Sort by recently updated
recently updated
newest added

Hello! Do you have plans for angular 7 support? When I install ng-push on angular 7 app I've got this issues: ``` warning " > [email protected] " has incorrect peer...

Hi, I am running into issues with this package in Angular 9 using Ivy. Here is the error when building the project: ``` ERROR in node_modules/ng-push/index.d.ts:3:22 - error NG6002: Appears...

Hi, I am trying to use the ng push, and everything works fine, except playing the sound. I am passing the sound normally with the url as a string. This...

Can ng-push have requestPersmission to resolve into granted or denied. That would allow us to give certain information on what they will be lacking if denied. For example: ``` this._push.requestPersmission.then((res)=>{...

i am talking about this: [https://developers.google.com/web/updates/2015/03/push-notifications-on-the-open-web?hl=en](url) or updated one [https://developers.google.com/web/fundamentals/push-notifications/](url) does this package work using **Service Workers** in chrome? Label it as question or feature request.

enhancement

Is there a way to limit the number of notifications. Also notification only if the tab is not active.

How can I get user's ID (to know which one to send the notification)? `_pushNotifications.requestPermission();` is just a simple void...

ERROR TypeError: Failed to construct 'Notification': Illegal constructor. Use ServiceWorkerRegistration.showNotification() This happens on mobile. Chrome on Android to be specific. Explanation here: https://stackoverflow.com/a/29915743/331021 I think the library is great for...