You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Defines the global animation modes for all components.
528
+
/**
529
+
* Defines the global animation modes for all components.
530
530
*/
531
531
exportenumGlobalAnimationMode{
532
-
/**
533
-
* Defines the global animation mode as Default. Animation is enabled or disabled based on the component's animation settings.
534
-
*/
532
+
/**
533
+
* Defines the global animation mode as Default. Animation is enabled or disabled based on the component's animation settings.
534
+
*/
535
535
Default='Default',
536
-
/**
537
-
* Defines the global animation mode as Enable. Enables the animation for all components, regardless of the individual component's animation settings.
538
-
*/
536
+
/**
537
+
* Defines the global animation mode as Enable. Enables the animation for all components, regardless of the individual component's animation settings.
538
+
*/
539
539
Enable='Enable',
540
-
/**
541
-
* Defines the global animation mode as Disable. Disables the animation for all components, regardless of the individual component's animation settings.
542
-
*/
540
+
/**
541
+
* Defines the global animation mode as Disable. Disables the animation for all components, regardless of the individual component's animation settings.
constcomponentName: string=component.charAt(0).toUpperCase()+component.slice(1);// To capitalize the component name
226
+
console.warn(`[WARNING] :: Module "${moduleName}" is not available in ${componentName} component! You either misspelled the module name or forgot to load it.`);
227
+
}
228
+
}
229
+
// Checked weather cases are valid or not. If control leads to more than five counts
0 commit comments