Update chart-type-manager.component.ts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user