@progress/kendo-angular-listview
Version:
Kendo UI Angular listview component
20 lines (19 loc) • 1.45 kB
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
export { ListViewComponent } from './listview.component';
export { ItemTemplateDirective } from './templates/item-template.directive';
export { HeaderTemplateDirective } from './templates/header-template.directive';
export { FooterTemplateDirective } from './templates/footer-template.directive';
export { LoaderTemplateDirective } from './templates/loader-template.directive';
export { DataBindingDirective } from './data-binding/data-binding.directive';
export { EditTemplateDirective } from './editing/edit-template.directive';
export { PageSizeChangeEvent } from './models/page-size-change-event';
export { EditCommandDirective } from './editing/commands/edit-command.directive';
export { AddCommandDirective } from './editing/commands/add-command.directive';
export { SaveCommandDirective } from './editing/commands/save-command.directive';
export { CancelCommandDirective } from './editing/commands/cancel-command.directive';
export { RemoveCommandDirective } from './editing/commands/remove-command.directive';
export { ListViewModule } from './listview.module';
export * from './directives';