add following css in style.css file.
.xlModal > .modal-dialog {
max-width: 1490px !important;
min-width: 971px !important;
width: 95% !important;
}
Note : we can replace .xlModal
with any name.
open modal with new created style.
this.modalService.open(content,{windowClass:"xlModal"});