Merge branch 'movie-importer'

This commit is contained in:
2025-11-07 02:09:59 +01:00
25 changed files with 339 additions and 47 deletions

View File

@@ -7,11 +7,8 @@ import { Component } from '@angular/core';
styleUrl: './navbar.component.css'
})
export class NavbarComponent {
/*
die routen abfragen und die routen namen verwenden?
*/
navItems:{label:string, path:string}[] = [
navItems: { label:string, path:string }[] = [
{label: 'Programm', path: '/schedule'},
{label: 'Film importieren', path: '/admin/movie-importer'},
]
}