Questions tagged [angular2-toaster]

angular2-toaster is an Angular 2-@Next compatible port of the John Papa's toastr and AngularJS-Toaster libraries.

Angular2-Toaster is an Angular 2-@Next compatible port of the John Papa's toastr and AngularJS-Toaster libraries.

It is a fully-featured library providing animations, multiple container support and advanced toast and container configuration.

21 questions
0
votes
0 answers

angular2-toaster info issus

in fact, I use these toaster service in angular, when I display a toast info it displays two icons on the left. my question: how can I eliminate the icon displayed at the top left? this.toasterService.pop('info', 'Désolé, vous n\'êtes pas…
hatem dagbouj
  • 139
  • 1
  • 2
  • 12
0
votes
0 answers

Angular 2 Toaster Pop up with Translation

I am using Angular 2 Toaster in my application and also NGX-translate. I would like to achieve a Toaster with Translated items. It should be like below. translate.setTranslation('en', { INVALID_CREDENTIALS: 'Invalid…
0
votes
1 answer

angular2-toaster custom classes

We are using angular2-toaster in our project and I have faced the problem that I can't add a custom class to toaster instance. My toaster config looks nex way, and I want to pass customClass array with custom classes for toaster inside.…
Bogdan Tushevskyi
  • 712
  • 2
  • 12
  • 25
0
votes
1 answer

Angular 2: Cannot find module '@angular/animations/browser'

I'm tryng to install Angular2-Toaster (https://github.com/Stabzs/Angular2-Toaster), in the example I successful to install npm install angular2-toaster and I can inmport it withoud errors, but how I see I need also animations so I installed…
Nammen8
  • 619
  • 1
  • 11
  • 31
0
votes
1 answer

double notification with angular2-toaster

So i use the the angular2-toaster packages and i always recieve double notifications. below is an example for the use of this package. I dont know why this happens, but i know if i reload my angular2 app in the browser this problem is fixxed. Does…
sHamann
  • 789
  • 3
  • 10
  • 36
-1
votes
2 answers

Why sometimes toasterService does not show popup?

public constructor( private toasterService: ToasterService) { } Then I listen toaster: public ngOnInit() { this.errorWatcher.localConfigObservable.subscribe(exception => { const toast: any = { type: exception.type, body:…
user11314257
1
2