Hilfe was ist diese converter funktion, hilfe. Sonst bisschen Kino übersicht 🚀

This commit is contained in:
Marcel-Anker
2025-11-02 18:40:59 +01:00
parent 5addba879a
commit c2d5868dba
6 changed files with 32 additions and 11 deletions

View File

@@ -5,6 +5,7 @@ import { HomeComponent } from './home/home.component';
import { MainLayoutComponent } from './layouts/main-layout/main-layout.component';
import { MainComponent } from './main/main.component';
import { ScheduleComponent } from './schedule/schedule.component';
import { TheaterOverlayComponent} from './theater-overlay/theater-overlay.component';
const routes: Routes = [
// Seiten ohne Layout
@@ -18,6 +19,7 @@ const routes: Routes = [
children: [
{ path: '', component: MainComponent },
{ path: 'schedule', component: ScheduleComponent },
{ path: 'theater-overlay', component: TheaterOverlayComponent},
],
},