Update chart-type-manager.component.ts
This commit is contained in:
@@ -25,6 +25,9 @@ export class ChartTypeManagerComponent implements OnInit {
|
|||||||
showAddChartTypeForm = false;
|
showAddChartTypeForm = false;
|
||||||
chartTypeLoadingState: ClrLoadingState = ClrLoadingState.DEFAULT;
|
chartTypeLoadingState: ClrLoadingState = ClrLoadingState.DEFAULT;
|
||||||
|
|
||||||
|
// Make ClrLoadingState available to template
|
||||||
|
readonly ClrLoadingState = ClrLoadingState;
|
||||||
|
|
||||||
// Error handling
|
// Error handling
|
||||||
errorMessage: string | null = null;
|
errorMessage: string | null = null;
|
||||||
successMessage: string | null = null;
|
successMessage: string | null = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user