@progress/kendo-angular-chart-wizard
Version:
Kendo UI Angular Chart Wizard component
16 lines (15 loc) • 846 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ChartWizardComponent } from "./chart-wizard.component";
import { ChartWizardGridBindingDirective } from "./grid-integration/grid-chart-wizard.directive";
import { CustomMessagesComponent } from "./localization/custom-messages.component";
/**
* Utility array that contains all `@progress/kendo-angular-chart-wizard` related components and directives.
*/
export const KENDO_CHARTWIZARD = [
ChartWizardComponent,
ChartWizardGridBindingDirective,
CustomMessagesComponent
];