BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
[component.html]
<ejs-daterangepicker [start]='start' [format]="format" [depth]='depth'></ejs-daterangepicker>
[component.ts]
public start: CalendarView = 'Year';
public depth: CalendarView = 'Year'; |