Draft: wcs-tabs can select an active tab based on css class
To check
-
Declare all new angular proxy components in the file angular/projects/wcs-angular/src/lib/wcs-angular.module.ts for newly created web components - [] Explain what has changed in the changelog
Current wcs-tabs were not usable with Angular router. We just added a new strategy to detect the current active tab on init based on CSS class "active".
We also expanded the documentation and explained the 2 already existing strategies plus the new one.