Closed
Description
Bug, feature request, or proposal:
Proposal
What is the expected behavior?
Stronger typed MdDialogRef<T, U> class with something like close(dialogResult?: U) method. Or may be close method should accept some sort of template class like MdDialogResult or something.
What is the current behavior?
MdDialogRef's close() method accepts argument of type any.
What are the steps to reproduce?
N/a
What is the use-case or motivation for changing an existing behavior?
Follow TypeScript way
Which versions of Angular, Material, OS, browsers are affected?
Any