Add order and performance info components to ticket overlay
Introduces OrderComponent, PerformanceInfoComponent, and ShoppingCartComponent for the ticket purchase flow. Updates theater-overlay to display seat selection alongside order details and performance info. Refactors seat and performance data loading, improves UI structure, and enhances movie info display components for consistency.
This commit is contained in:
@@ -12,4 +12,6 @@ export class MenuHeaderComponent {
|
||||
|
||||
searchBar = input<boolean>(false);
|
||||
movieSearchResult = output<string>();
|
||||
|
||||
backToSchedule = input<boolean>(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user