Pricelist hinzugefügt

This commit is contained in:
Kevin Szarafin
2025-11-19 16:34:21 +01:00
parent be680da692
commit f37d9b4478
6 changed files with 115 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import { Component, inject, computed, OnInit } from '@angular/core';
export class NavbarComponent {
navItems: { label:string, path:string }[] = [
{label: 'Programm', path: '/schedule'},
{label: 'Preise', path: '/prices'},
{label: 'Film importieren', path: '/admin/movie-importer'},
]