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-api
/
datepicker-api-example.html
6 lines
(5 loc)
•
247 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
#
picker
>
</
mat-datepicker
>
</
mat-form-field
>
<
button
mat-raised-button
(
click
)=
"picker.open()"
>
Open
</
button
>