Guest User

Untitled

a guest
Oct 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <div class="form-group col-md-6 form-md-line-input" style="margin-top:-95px;">
  2. <mat-form-field>
  3. <input matInput [matDatepicker]="picker" placeholder="Data de Expedição"
  4. [formControl]="serializedDate">
  5. <mat-datepicker-toggle matSuffix [for]="picker"></mat-datepicker-toggle>
  6. <mat-datepicker #picker ></mat-datepicker>
  7. </mat-form-field>
  8. </div>
Add Comment
Please, Sign In to add comment