ActionSheetFooterTemplateDirective
Directive
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.
Definition
Package:@progress/kendo-angular-navigation
Selector:[kendoActionSheetFooterTemplate]
Syntax:
html
<kendo-actionsheet>
<ng-template kendoActionSheetFooterTemplate>
<button kendoButton>Custom Footer Button</button>
</ng-template>
</kendo-actionsheet>