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.
Proposal:
Provide
MdDialogRefeven when we pass aTemplateRef.What is the current behaviour?
With the current setup if we pass a TemplateRef to MdDialog, there is no way to use
md-dialog-closedirective as it throwsno provider for MdDialogRefas it requires it.What is the expected behaviour?
It would be great if it works with a
TemplateRefbut 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.