ActionSheetTemplateDirective
Directive
Represents a template for customizing the overall content of the ActionSheet.
To define the template, nest an <ng-template> tag
with the kendoActionSheetTemplate directive inside the <kendo-actionsheet> tag.
Definition
Package:@progress/kendo-angular-navigation
Selector:[kendoActionSheetTemplate]
Syntax:
html
<kendo-actionsheet>
<ng-template kendoActionSheetTemplate>
<div>Custom ActionSheet content</div>
</ng-template>
</kendo-actionsheet>