Guest User

Untitled

a guest
Aug 15th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <mat-form-field>
  2. <input matInput [min]="startDate" [matDatepicker]="startDp" placeholder="Promoção começa em:" disabled [(ngModel)]="productInterfaceService.pi.sales_start_date">
  3. <mat-datepicker-toggle matSuffix [for]="startDp"></mat-datepicker-toggle>
  4. <mat-datepicker #startDp disabled="false"></mat-datepicker>
  5. </mat-form-field>
Add Comment
Please, Sign In to add comment