providing statistic data in statistic component

This commit is contained in:
Marcel-Anker
2025-11-18 14:01:00 +01:00
parent bd56f3242e
commit bc274c0e0b
9 changed files with 212 additions and 159 deletions

View File

@@ -11,6 +11,7 @@ export class NavbarComponent {
navItems: { label:string, path:string }[] = [
{label: 'Programm', path: '/schedule'},
{label: 'Film importieren', path: '/admin/movie-importer'},
{label: 'Statistiken', path: '/admin/statistics'},
]
private auth = inject(AuthService)