@mozaic-ds/angular 0.19.1 → 0.19.2

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.
@@ -1608,6 +1608,7 @@ class TabsComponent {
1608
1608
  }
1609
1609
  initTabIndex(tabs) {
1610
1610
  tabs.forEach((tab, index) => (tab.index = index));
1611
+ this.cd.markForCheck();
1611
1612
  }
1612
1613
  initFirstSelectionTab(tabs) {
1613
1614
  const activeTab = tabs.find((tab) => tab.isActiveTab);