-
I've tried to pull angular-notify using package.json dependencies as well as ```npm i @cgross/angular-notify```, but in both cases i get:
```
npm ERR! 404 Not Found
npm ERR! 404
npm ERR! 404 'c…
-
-
This line makes a `0` fall back to the global config.
https://github.com/cgross/angular-notify/blob/4d159b6ebec256409341ba707a9838e93827f523/angular-notify.js#L21
``` javascript
args.duration = args…
tiliv updated
8 years ago
-
I'm installing a package from this GIT **https://github.com/maximegris/angular-electron** that is a starter project with Angular 10 + Electron 9.0
When I simple install you node-notifier with:
*…
-
**JS Console log**
angular.js:13283 TypeError: Cannot read property 'fadeOut' of null
at Object.dismiss (ng-notify.js:137)
at dismiss (ng-notify.js:552)
at Object.dismiss (ng-notify.js:620…
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
In my library, I expose a HTTP interceptor. since it is a deliberate design of the new API to requi…
-
while I'm installing PivotTable i got this error
npm WARN angular-6-datatable@0.8.0 requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm…
-
We keep getting the error:
`gulp-notify: [Compile Error] Error: Cannot find module 'angular' from '/........./assets/bower_components/angucomplete-alt'`
Even if angular is required like this on the …
-
Hi there,
I came across a problem in my implementation of the angular-notifier and that is if you display the notificaiton with the same ID, let's say 5x, it will stop working displaying any. If y…
-
Hello, currently I am unable to upgrade angular 7 because of getting notified:
> Package "ng2-dnd" has an incompatible peer dependency to "@angular/core" (requires "^4.0.0 || ^5.0.0" (extended), wo…