Hilfe was ist diese converter funktion, hilfe. Sonst bisschen Kino übersicht 🚀
This commit is contained in:
@@ -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},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user