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

Defines a template that specifies the header content of the Drawer. To define the template, nest an <ng-template> tag with the kendoDrawerHeaderTemplate directive inside the <kendo-drawer> tag.

Definition

Package:@progress/kendo-angular-layout

Selector:[kendoDrawerHeaderTemplate]

Syntax:

html
<kendo-drawer>
  <ng-template kendoDrawerHeaderTemplate>
    <h3>Navigation Menu</h3>
  </ng-template>
</kendo-drawer>
In this article
Definition
Not finding the help you need?
Contact Support