canvas-editor-engine 1.0.70 → 1.0.71
Sign up to get free protection for your applications and to get access to all the features.
@@ -67,8 +67,8 @@ class LoadingComponent extends component_service_1.default {
|
|
67
67
|
const loadingTemplate = LoadingComponent.getTemplate(LoadingComponent.template, wrapOptions);
|
68
68
|
const loadingStyle = LoadingComponent.getStyle(LoadingComponent.css);
|
69
69
|
LoadingComponent.loading = loadingTemplate;
|
70
|
-
|
71
|
-
|
70
|
+
LoadingComponent.subscribeLoadingStart();
|
71
|
+
LoadingComponent.subscribeLoadingEnd();
|
72
72
|
return { loadingTemplate, loadingStyle };
|
73
73
|
}
|
74
74
|
static hide() {
|