I've updated to "@angular/material": "^2.0.0-alpha.11-3" and the working example from
https://medium.com/@tarik.nzl/making-use-of-dialogs-in-material-2-mddialog-7533d27df41
stopped working.
With "@angular/material": "^2.0.0-alpha.9-3" in my package.json it's worked well.
Now If I try to open modal window I get
Looks similar to https://github.com/angular/material2/issues/2189
I've added forRoot() to MaterialModule in app.module.ts and everything starts working :)
Sorry for concern!
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
I've added forRoot() to MaterialModule in app.module.ts and everything starts working :)
Sorry for concern!