UNPKG

ipsos-components

Version:

Material Design components for Angular

8 lines (6 loc) 301 B
<mat-form-field> <input matInput [matDatepicker]="dp" placeholder="Different locale"> <mat-datepicker-toggle matSuffix [for]="dp"></mat-datepicker-toggle> <mat-datepicker #dp></mat-datepicker> </mat-form-field> <button mat-button (click)="french()">Dynamically switch to French</button>