moff / angular2-flash-messages

Angular 2 flash messages module
52 stars 21 forks source link

UNMET PEER DEPENDENCY on Angular 5.1.1 #36

Closed mikebrsv closed 6 years ago

mikebrsv commented 6 years ago

Getting

+-- UNMET PEER DEPENDENCY @angular/compiler@5.1.1
+-- UNMET PEER DEPENDENCY @angular/core@5.1.1
+-- UNMET PEER DEPENDENCY @angular/http@5.1.1

and _this._flashMessagesService.show is not a function on Angular 5.1.1.

mikebrsv commented 6 years ago

and _this._flashMessagesService.show is not a function on Angular 5.1.1.

It was my bad. Forgot to include <flash-messages></flash-messages>.

Unmet dependencies are still an issue.

moff commented 6 years ago

@mikebrsv I've just published updated package so it should be fixed by now. Let me know if it works properly. Thanks for the feedback!

mikebrsv commented 6 years ago

@moff Oops, forgot to close the issue. Thank, everything works fine now!