Using MdDialogConfig data on Angular 2
问题 I'm trying to use a dialog component in Angular 2 using @angular/material2.0.0-beta.1 . What I'm trying to accomplish is to send data (which are values that a person chooses from the interface, the dialog is used to make the person confirm the values they chose) to the dialog and display it. So for example the dialog should say something like this: You chose: option 1: value option 2: value option 3: value Cancel | Confirm How can I pass these values to the dialog I create so that I can just