mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(checkout-summary): add navigation to reward cart after order completion Add conditional button to navigate to reward cart on checkout summary page. The button appears only when the customer has a primary card and items in their reward shopping cart. Implementation details: - Inject SelectedRewardShoppingCartResource and PrimaryCustomerCardResource - Add computed signal displayRewardNavigation() to determine button visibility - Add navigateToReward() method to handle navigation - Provide SelectedRewardShoppingCartResource in module providers - Update template with conditional button using new control flow syntax Ref: #5311