Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(snack-bar): test error in IE (#5048)
Fixes a silent error that was being logged by IE when running the snack bar tests. It seems to be due to the specific test case not triggering change detection and not passing in a `viewContainerRef` so it could be triggered automatically.
- Loading branch information