New to Kendo UI for Angular? Start a free 30-day trial
DrawerFooterTemplateDirective
Defines a template that specifies the footer content of the Drawer.
To define the template, nest an <ng-template>
tag with the kendoDrawerFooterTemplate
directive inside the <kendo-drawer>
tag.
html
<kendo-drawer>
<ng-template kendoDrawerFooterTemplate>
<p>© 2023 Company Name</p>
</ng-template>
</kendo-drawer>
Selector
[kendoDrawerFooterTemplate]