Merge branch 'movie-importer'
This commit is contained in:
@@ -6,6 +6,7 @@ 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';
|
||||
import { MovieImporterComponent } from './movie-importer/movie-importer.component';
|
||||
|
||||
const routes: Routes = [
|
||||
// Seiten ohne Layout
|
||||
@@ -19,6 +20,7 @@ const routes: Routes = [
|
||||
children: [
|
||||
{ path: '', component: MainComponent },
|
||||
{ path: 'schedule', component: ScheduleComponent },
|
||||
{ path: 'admin/movie-importer', component: MovieImporterComponent },
|
||||
{ path: 'selection/performance/:id', component: TheaterOverlayComponent}, //?
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user