ng2-notifications icon indicating copy to clipboard operation
ng2-notifications copied to clipboard

Angular 2 Component for Native Push Notifications [Looking for New Maintainers]

Results 20 ng2-notifications issues
Sort by recently updated
recently updated
newest added

I am using ng2-notifications. When i went to other page on my project. I am getting "TypeError: Notification.close is not a function" error. Then i commented this code below. I...

@alexcastillo If this package is still looking for new maintainers, I'd be happy to maintain this package.

Today when I turn on my intranet suddenly the notifications stops to show, so I open the Developer Tools of Chrome and see this warning: > [Deprecation] The Notification API...

if i do ng serve --aot or i do ng build --prod i see the next error message ERROR in Error: Unexpected directive 'PushNotificationComponent in C:/.../node_modules/ng2-notifications/src/app/components/notification.compon ent.d.ts' imported by the...

Hello, i´m trying to migrate an old app from angular 2 cli version 1.0.0-beta.18. to angular 5 and i have this issue. when i try to do **ng serve** or...

ng build --prod arman@ws16 ~/ (develop) $ ng build --prod Hash: cf4e7e46b6be3d3aded2 Time: 13828ms chunk {0} main.e04b772475b0b82bc8fe.bundle.js (main) 8.8 kB {2} [initial] [rendered] chunk {1} styles.8541a0ce6ee2100dc28c.bundle.css (styles) 69 bytes {3}...

As directive is no more a part of @Component declaration the directive way is not working.

I am using Angular 4 with webpack but still getting this issue.

I've installed into node_modules, but upon importing I get client?cd17:47 ./src/app/app.component.ts (4,43): error TS2307: Cannot find module 'ng2-notifications'. I have verified it's installed correctly and the files exist. I'm using...

It's only my opinion, but triggering via setting a variable to true for one CD iteration is dangerous and non ng2 conform. I recommended using a template variable to trigger...

enhancement