angular2-flash-messages icon indicating copy to clipboard operation
angular2-flash-messages copied to clipboard

Angular 2 flash messages module

Results 27 angular2-flash-messages issues
Sort by recently updated
recently updated
newest added

This package hasn't been updated for 2 years. Any news on the update?

Very useful package. Would be nice to support angular 8

Not sure if this is possible, but I'd like to use variables like below: {{ result.result }} :: {{ result.messages }} I could then call the service like this: this._flashMessagesService.show();...

npm WARN [email protected] requires a peer of @angular/core@^6.0.0 but none is installed. You must install peer dependencies yourself. Would love to use this on Angular 7.x Thanks for all you...

where is demo version??

I imported a module already in app.modules.ts also in the component.

![screenshot 56](https://user-images.githubusercontent.com/34534678/45159148-a9e80000-b203-11e8-9a3c-cf6dbd6dc7db.png) iam using angular-6 and getting staticInjectorError

Hi, I have a service around the flash messages service as following: ``` import { Injectable } from '@angular/core'; import { FlashMessagesService } from 'angular2-flash-messages'; @Injectable() export class MessagesService {...

Hi, I am wondering if I can only show flash message which is referenced while invoking show() method. The name of container should be specified while calling show() method. e.g...