New to Kendo UI for Angular? Start a free 30-day trial
DrawerTemplateDirective
Represents a template that defines the content of the Drawer.
To define the template, nest an <ng-template>
tag
with the kendoDrawerTemplate
directive inside the <kendo-drawer>
tag.
Using this template directive will override all other templates,
for example, kendoDrawerHeaderTemplate
and kendoDrawerItemTemplate
.
Selector
[kendoDrawerTemplate]