ExpansionPanelTitleDirective
Directive
Defines a template that specifies the content of the ExpansionPanel title.
To define the template, nest an <ng-template> tag with the kendoExpansionPanelTitleDirective directive inside the <kendo-expansionpanel> tag
(see example).
Definition
Package:@progress/kendo-angular-layout
Selector:[kendoExpansionPanelTitleDirective]
Syntax:
html
<kendo-expansionpanel>
<ng-template kendoExpansionPanelTitleDirective>
<h3>Custom Title</h3>
</ng-template>
<p>Panel content</p>
</kendo-expansionpanel>