According to the documentation there is a [positionSettings]
where you can customize the property minSize
. This will allow you to create a custom width
and height
for the dialog but this only works for what they call Elastic Positioning Strategy.
From what I have seen there is no property to which you can bind a change in width
or height
. It also seems not possible to pass down a style by input property.
Please check here an example that I have altered to change the width of the dialog by styling the CSS. The base code was taken from an example from the documentation but I thought it could be useful since it's an example on how you can create a custom style for the component. I simply added the width
to the styling for testing and I believe it achieves your goal