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

Represents a template that defines the content of a dial item. To define the template, nest an <ng-template> tag with the kendoDialItemTemplate directive inside the <kendo-floatingactionbutton> tag (see example).

Definition

Package:@progress/kendo-angular-buttons

Selector:[kendoDialItemTemplate]

Syntax:

html
<kendo-floatingactionbutton>
    <ng-template kendoDialItemTemplate let-item="item">
        {{ item.label }}
    </ng-template>
</kendo-floatingactionbutton>
In this article
Definition
Not finding the help you need?
Contact Support