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).
Definition
Package:@progress/kendo-angular-buttons
Selector:[kendoFloatingActionButtonTemplate]
Syntax:
html
<kendo-floatingactionbutton>
<ng-template kendoFloatingActionButtonTemplate>
Custom Content
</ng-template>
</kendo-floatingactionbutton>