Style
This commit is contained in:
@@ -55,6 +55,9 @@ export class ListOfGearsComponent implements OnInit {
|
||||
}
|
||||
|
||||
openDialogToAdd() {
|
||||
this.dialog.open(NewGearComponent);
|
||||
this.dialog.open(NewGearComponent, {
|
||||
height: "400px",
|
||||
width: "600px"
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user