Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public doStuff () {
  2. const instanceDialogRef = this.mdDialogInstance.open(YourDialogComponent)
  3. ...
  4. }
  5.  
  6. @ShowDialog(YourDialogComponent)
  7. public doStuff () {
  8. ...
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement