UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
dialog-elements
/
dialog-elements-example-dialog.html
6 lines
(5 loc)
•
237 B
HTML
View Raw
1
2
3
4
5
6
<
h1
mat-dialog-title>Dialog with elements</
h1
> <
div
mat-dialog-
content
>This dialog showcases the title, close,
content
and actions elements.</
div
> <
div
mat-dialog-actions> <
button
mat-
button
mat-dialog-close>Close</
button
> </
div
>