DrawerFooterTemplateDirective
Directive
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.
Definition
Package:@progress/kendo-angular-layout
Selector:[kendoDrawerFooterTemplate]
Syntax:
html
<kendo-drawer>
<ng-template kendoDrawerFooterTemplate>
<p>© 2023 Company Name</p>
</ng-template>
</kendo-drawer>