@smartbit4all/ng-client 3.3.174 → 3.3.176

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.
@@ -5179,6 +5179,9 @@ class UiActionToolbarComponent {
5179
5179
  ngAfterViewInit() {
5180
5180
  this.changeDetector.detectChanges();
5181
5181
  }
5182
+ ngAfterViewChecked() {
5183
+ this.changeDetector.detectChanges();
5184
+ }
5182
5185
  ngOnChanges(changes) {
5183
5186
  if (changes['uiActionModels']) {
5184
5187
  let uiActionModels = changes['uiActionModels'].currentValue;