Closed
Description
Proposal:
Provide MdDialogRef
even when we pass a TemplateRef
.
What is the current behaviour?
With the current setup if we pass a TemplateRef to MdDialog, there is no way to use md-dialog-close
directive as it throws no provider for MdDialogRef
as it requires it.
What is the expected behaviour?
It would be great if it works with a TemplateRef
but if that's not possible, then could you please add a brief warning to the docs?
What are the steps to reproduce?
I can provide a plunkr if needed.