Update chart-type-manager.component.ts

This commit is contained in:
Gaurav Kumar
2025-11-03 09:54:49 +05:30
parent 6e91af551e
commit db7a9c727d

View File

@@ -25,6 +25,9 @@ export class ChartTypeManagerComponent implements OnInit {
showAddChartTypeForm = false;
chartTypeLoadingState: ClrLoadingState = ClrLoadingState.DEFAULT;
// Make ClrLoadingState available to template
readonly ClrLoadingState = ClrLoadingState;
// Error handling
errorMessage: string | null = null;
successMessage: string | null = null;