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
/
datepicker-touch
/
datepicker-touch-example.html
6 lines
(5 loc)
•
273 B
HTML
View Raw
1
2
3
4
5
6
<
mat-form-field
class
=
"example-full-width"
>
<
input
matInput
[
matDatepicker
]=
"picker"
placeholder
=
"Choose a date"
>
<
mat-datepicker-toggle
matSuffix
[
for
]=
"picker"
>
</
mat-datepicker-toggle
>
<
mat-datepicker
touchUi
=
"true"
#
picker
>
</
mat-datepicker
>
</
mat-form-field
>