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-start-view
/
datepicker-start-view-example.html
6 lines
(5 loc)
•
270 B
HTML
View Raw
1
2
3
4
5
6
<
mat-form-field
>
<
input
matInput
[
matDatepicker
]=
"picker"
placeholder
=
"Choose a date"
>
<
mat-datepicker-toggle
matSuffix
[
for
]=
"picker"
>
</
mat-datepicker-toggle
>
<
mat-datepicker
#
picker
startView
=
"year"
[
startAt
]=
"startDate"
>
</
mat-datepicker
>
</
mat-form-field
>