tomastrajan / angular-ngrx-material-starter

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

feat(): add UI notification for client and HTTP errors #360

Closed hhubik closed 5 years ago

hhubik commented 6 years ago

@timdeschryver any thoughts on this? I tried to keep it simple: just extended the default error handler to show a snackbar and then hand the error off to the default error handler for logging. Also added a simple test of localStorage availability.

timdeschryver commented 6 years ago

Great, thanks in advance! I'll take a look at it during the week.

timdeschryver commented 6 years ago

This is how it looks like for the ones wondering:

image

hhubik commented 5 years ago

Sorry, I could not figure out how to sync my fork and my local repo with the starter project. I am closing this and will open a new PR against a new fork.