DateRangePopupTemplateDirective
Directive
Renders the content of the DateRange Popup.
To define the popup template, nest an <ng-template> tag with the kendoDateRangePopupTemplate directive inside the component tag.
Definition
Package:@progress/kendo-angular-dateinputs
Selector:[kendoDateRangePopupTemplate]
Syntax:
html
<kendo-daterange>
<ng-template kendoDateRangePopupTemplate>
<div class="custom-popup-content">
Custom content for the DateRange Popup
</div>
</ng-template>
</kendo-daterange>