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
/
e2e-app
/
sidenav
/
sidenav-e2e.html
9 lines
(8 loc)
•
236 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
section
>
<
mat-sidenav-container
>
<
mat-sidenav
#
sidenav
mode
=
"side"
>
Drawer content
</
mat-sidenav
>
<
button
type
=
"button"
(
click
)=
"sidenav.toggle()"
>
Open sidenav
</
button
>
</
mat-sidenav-container
>
</
section
>