fix: performance

This commit is contained in:
2026-04-27 14:50:17 +02:00
parent 108a686d7c
commit f516438de3
19 changed files with 188 additions and 171 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ import { RouterOutlet } from '@angular/router';
templateUrl: './app.component.html',
})
export class AppComponent {
title: string = 'Angular-Portfolio-Seite';
title: string = 'Lechner Julian';
}