movie-performance component links to /selection/performance/:id 🚀

This commit is contained in:
Marcel-Anker
2025-11-06 20:12:56 +01:00
parent bd7a0ed9f1
commit ad71111581
5 changed files with 17 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ const routes: Routes = [
children: [
{ path: '', component: MainComponent },
{ path: 'schedule', component: ScheduleComponent },
{ path: 'theater-overlay', component: TheaterOverlayComponent},
{ path: 'selection/performance/:id', component: TheaterOverlayComponent}, //?
],
},