major update angular

This commit is contained in:
2026-03-11 20:58:58 +01:00
parent 79c71fcf45
commit 1294f0f07c
27 changed files with 965 additions and 433 deletions

View File

@@ -10,12 +10,13 @@ export class NavigationService {
// === STATE ===
private readonly _navigationItems = signal<NavigationItem[]>([
// Anchor-Links (Landingpage intern)
{ label: 'Home', type: 'anchor', target: 'hero', icon: 'home' },
{ label: 'Features', type: 'anchor', target: 'features-section', icon: 'star' },
{ label: 'Pricing', type: 'anchor', target: 'pricing', icon: 'tag' },
{ label: 'Home', type: 'anchor', target: 'hero' },
{ label: 'Features', type: 'anchor', target: 'features-section'},
{ label: 'Projekte', type: 'anchor', target: 'projects' },
{ label: 'Pricing', type: 'anchor', target: 'pricing' },
// Route-Links ( andere Pages)
{ label: 'Login', type: 'route', target: '/login', icon: 'log-in' },
{ label: 'Login', type: 'route', target: '/login' },
{
label: 'Dashboard',
type: 'route',