-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using MAT_SNACK_BAR_DEFAULT_OPTIONS in parent module don't show snackbar at all #11197
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
jelbourn
added
the
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
label
May 7, 2018
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
May 8, 2018
Adds some better handling for the case where no positions are passed into a snack bar. Currently the snack bar attempts to animate in to an invalid animation state. Fixes angular#11197.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
May 9, 2018
Adds some better handling for the case where no positions are passed into a snack bar. Currently the snack bar attempts to animate in to an invalid animation state. Fixes angular#11197.
In the official https://material.angular.io/components/snack-bar/examples it display nothing too |
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
May 15, 2018
… in (angular#11230) Adds some better handling for the case where no positions are passed into a snack bar. Currently the snack bar attempts to animate in to an invalid animation state. Fixes angular#11197.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
May 15, 2018
… in (angular#11230) Adds some better handling for the case where no positions are passed into a snack bar. Currently the snack bar attempts to animate in to an invalid animation state. Fixes angular#11197.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, feature request, or proposal:
BUG
What is the expected behavior?
Snackbar should be displayed.
What is the current behavior?
Snackbar is not displaying.
What are the steps to reproduce?
Please have a look at StackBlitz: https://stackblitz.com/edit/angular-zihwqu?file=app%2Fsnack-bar-overview-example.ts
What is the use-case or motivation for changing an existing behavior?
Bug fix
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular CLI: 6.0.0
Node: 8.9.0
OS: win32 x64
Angular: 6.0.0
Is there anything else we should know?
I don't think so
The text was updated successfully, but these errors were encountered: