Routed components can use input signals to access route parameters and route data. However, navigation data (passed to workbench navigation) must be retrieved from the WorkbenchView handle, not directly through input signals.
Improvement:
- Simpler and more idiomatic reactive access to navigation data within components.
- Consistency with existing input methods for route parameters and route data.