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

A light and easy to use notifications library for Angular.

Results 97 angular2-notifications issues
Sort by recently updated
recently updated
newest added

Is there a way to add a callback function to the clickToClose event? Also, callback on timeOut event?

Hi, thank you for this. I liked so much. I guess that I found a bug. When I put a number smaller than 1000 in the `timeOut` option, the progressbar...

Is there a function for this service where if a user clicks the push notification, then it redirects to some url ?

question

I don't have @types/core-js in my project, and due to this line `/// ` in lib/notification.type.d.ts the compiler emits error: > Cannot find type definition file for 'core-js'. Note: I...

In my app, notification messages are displayed on the top of the screen, as the message's position can be [changed via CSS](https://github.com/flauc/angular2-notifications/issues/7), positioning is not a problem. ![notification-on-top](https://cloud.githubusercontent.com/assets/911894/18536612/c9bae3e8-7b28-11e6-9452-498bd5ed04f0.png) However, animation...

I'm using `angular2-notifications` version 0.4.53 and I added `SimpleNotificationsModule.forRoot()` to the imports in my app module, and simply `SimpleNotificationsModule` (without `.forRoot()`) in the imports in the submodule where I'm using...

Hi, I have a problem with the [Angular i18n](https://angular.io/docs/ts/latest/cookbook/i18n.html). When I run the `ng-xi18n` command, in order to get the texts to translate from my application and generate a xmb...

Please increase z-index on `simple-notifications.component.ts` to prevent hidden notification. If you use this component together with bootstrap's navbar class `.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030;...

question

There is no example to include it with webpack (angular-cli) template. I followed the toast notification documentation to add the SimpleNotificationComponent in the module Then in the component, I injected...

question

I call method like this._service.success('','Grade added sucsesfully'); I don't want to set title than all the design is breaking .