While I can use (maximizable)="false"
other attributes such as:
(draggable)="false" or (resizable)="false"
take no effect whatsoever.
(width)="auto" does not work as well but writing
width="auto" works. Am I doing something wrong?
You need to use the [] syntax not ()
Most helpful comment
You need to use the [] syntax not ()