@cuby-ui/core 0.0.52 → 0.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -129,7 +129,7 @@ class CuiButtonComponent {
129
129
  get isDisabled() {
130
130
  return this.disabled || this.isLoaderShown;
131
131
  }
132
- ngAfterViewChecked() {
132
+ ngAfterViewInit() {
133
133
  this.initContainsOnlyIcon();
134
134
  }
135
135
  initContainsOnlyIcon() {