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

DrawerHeaderTemplateDirective

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.

html
<kendo-drawer>
  <ng-template kendoDrawerHeaderTemplate>
    <h3>Navigation Menu</h3>
  </ng-template>
</kendo-drawer>

Selector

[kendoDrawerHeaderTemplate]

In this article
Selector
Not finding the help you need?
Contact Support