tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 919 forks source link

Implement Notification Service #377

Closed hhubik closed 5 years ago

hhubik commented 5 years ago

Service to provide UI notifications of the following types:

Per @tomastrajan suggestion https://github.com/tomastrajan/angular-ngrx-material-starter/pull/360#discussion_r221825600

Should be done after #321 is closed.

tomastrajan commented 5 years ago

@hhubik thank you for creating this! Extra info: should be created in CoreModule.

hhubik commented 5 years ago

I'll do this one now.