improve: best practises

This commit is contained in:
2026-05-14 13:30:43 +02:00
parent 1ce29e47a5
commit b598779c60
10 changed files with 76 additions and 88 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import { LanguageService } from '../services/language.service';
export class FooterComponent {
private readonly languageService = inject(LanguageService);
protected readonly content = this.languageService.content;
protected readonly content = this.languageService.shellContent;
protected readonly global = global;
protected readonly currentYear = new Date().getFullYear();
}