New to Kendo UI for Angular? Start a free 30-day trial
DateRangePopupTemplateDirective
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.
html
<kendo-daterange>
<ng-template kendoDateRangePopupTemplate>
<div class="custom-popup-content">
Custom content for the DateRange Popup
</div>
</ng-template>
</kendo-daterange>
Selector
[kendoDateRangePopupTemplate]