Created
September 30, 2017 09:41
-
-
Save molcik/affc50946f1e84f6b07466bd91d83f2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<md-form-field> | |
<input mdInput [mdDatepicker]="picker" placeholder="Choose a date"> | |
<md-datepicker-toggle mdSuffix [for]="picker"></md-datepicker-toggle> | |
<md-datepicker #picker></md-datepicker> | |
</md-form-field> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment