New to Kendo UI for AngularStart a free 30-day trial

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>
In this article
Definition
Not finding the help you need?
Contact Support