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

FloatingActionButtonTemplateDirective

Represents a template that defines the content of the FloatingActionButton. To define the template, nest an <ng-template> tag with the kendoFloatingActionButtonTemplate directive inside the <kendo-floatingactionbutton> tag

(see example).

html
<kendo-floatingactionbutton>
    <ng-template kendoFloatingActionButtonTemplate>
        Custom Content
    </ng-template>
</kendo-floatingactionbutton>

Selector

[kendoFloatingActionButtonTemplate]

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