mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Add TabsCollabsedService to manage tabs bar collapsed/expanded state with proximity-based switching. Implement activity indicators for navigation items that bubble up from child routes when menu is collapsed. - Add TabsCollabsedService for centralized tabs state management - Add indicator support to navigation types and components - Implement indicator bubbling from children to parent when collapsed - Update shell-layout with click-outside-to-close for mobile navigation - Add dynamic route resolution with factory functions and signals - Update shell-tabs with compact mode and proximity detection
5 lines
178 B
TypeScript
5 lines
178 B
TypeScript
export * from './lib/navigation.service';
|
|
export * from './lib/font-size.service';
|
|
export * from './lib/notifications.service';
|
|
export * from './lib/tabs-collabsed.service';
|