A dialog component that can be used to display content in a modal dialog.
<dui-dialog #dialog [maxWidth]="500"> Hello World! <dui-button closeDialog>Abort</dui-button> <dui-button>OK</dui-button> </dui-dialog> <dui-button openDialog="dialog">Open Dialog</dui-button>