I am new to Angular2/4 and angular typescript. I want to style the angular material design snackbar for example change the background color from black and font
From mat SnackBarConfig Class you can add
SnackBarConfig Class
panelClass: string | string[]
"Extra CSS classes to be added to the snack bar container".
this.snackBar.open("Your custom Message", '', { panelClass:"custom_sneak_bar" }