Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. constructor(
  2. public dialogRef: MatDialogRef<CTConfigurationComponent>,
  3. @Inject(MAT_DIALOG_DATA) public dialogData: any,
  4. ) {}
  5.  
  6. this.dialogRef = this.injector.get(MatDialogRef<CTConfigurationComponent>);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement