Skip to content

Instantly share code, notes, and snippets.

@molcik
Created September 30, 2017 09:41
Show Gist options
  • Save molcik/affc50946f1e84f6b07466bd91d83f2d to your computer and use it in GitHub Desktop.
Save molcik/affc50946f1e84f6b07466bd91d83f2d to your computer and use it in GitHub Desktop.
<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