moding-il / bizdoc.core

Developer framework for designing organization forms
Other
2 stars 2 forks source link

Change the system messages position to the top of the screen and not at the bottom of the screen #17

Closed danieltrigalo closed 2 years ago

danieltrigalo commented 2 years ago

Monday complained that in the current position at the bottom of the screen not so much attention is paid to messages

Snag_68120aea .

zehavibarak commented 2 years ago

You can override snack bar defaults.

@NgModule({
  providers: [
    {provide: MAT_SNACK_BAR_DEFAULT_OPTIONS, useValue: {verticalPosition: 'top'}}
  ]
})