New to Kendo UI for Angular? Start a free 30-day trial
ActionSheetFooterTemplateDirective
Represents a template for customizing the footer of the ActionSheet.
To define the template, nest an <ng-template>
tag
with the kendoActionSheetFooterTemplate
directive inside the <kendo-actionsheet>
tag.
html
<kendo-actionsheet>
<ng-template kendoActionSheetFooterTemplate>
<button kendoButton>Custom Footer Button</button>
</ng-template>
</kendo-actionsheet>
Selector
[kendoActionSheetFooterTemplate]