BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<ejs-dialog #template height='height' animationSettings='animationSettings' zIndex='1000' showCloseIcon='showCloseIcon'
target='target' width='width' header='header' buttons='dlgButtons'>
<ng-template #content>
<h4>Date-Picker</h4>
<mat-form-field>
<input matInput matDatepicker="picker" placeholder="Choose a date">
<mat-datepicker-toggle matSuffix for="picker"></mat-datepicker-toggle>
<mat-datepicker #picker></mat-datepicker>
</mat-form-field>
<h4>Basic mat-select</h4>
<mat-form-field>
<select matNativeControl required>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
</mat-form-field>
</ng-template>
</ejs-dialog> |