flauc / ng-push

An Angular wrapper around the Notifications API
MIT License
59 stars 12 forks source link

Support Angular 6 #15

Closed Stajor closed 6 years ago

Stajor commented 6 years ago
npm WARN ng-push@0.2.1 requires a peer of @angular/core@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ng-push@0.2.1 requires a peer of rxjs@^5.5.0 but none is installed. You must install peer dependencies yourself.
flauc commented 6 years ago

Yes will need to update to ng 6, I'm hoping to do it today.

Stajor commented 6 years ago

ng-push doesn't work without rxjs-compat

ERROR in ./node_modules/ng-push/ng-push.umd.js
Module not found: Error: Can't resolve 'rxjs/Observable' in '../node_modules/ng-push'
flauc commented 6 years ago

Should be working nicely.