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-formats
/
datepicker-formats-example.html
6 lines
(5 loc)
•
245 B
HTML
View Raw
1
2
3
4
5
6
<
mat-form-field
>
<
input
matInput
[
matDatepicker
]=
"dp"
placeholder
=
"Verbose datepicker"
[
formControl
]=
"date"
>
<
mat-datepicker-toggle
matSuffix
[
for
]=
"dp"
>
</
mat-datepicker-toggle
>
<
mat-datepicker
#
dp
>
</
mat-datepicker
>
</
mat-form-field
>