NoDataTemplateDirective
Directive
Lets you customize the content shown when the ListView has no data to display.
To define a no-data template, nest an <ng-template> tag
with the kendoListViewNoDataTemplate directive inside the <kendo-listview> tag
(see example).
Definition
Package:@progress/kendo-angular-listview
Selector:[kendoListViewNoDataTemplate]
Syntax:
html
<kendo-listview [data]="[]">
<ng-template kendoListViewNoDataTemplate>
No items to display.
</ng-template>
</kendo-listview>