From 81569ad23fa942abeda44450024ee646fa797e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD?= Date: Sat, 21 Dec 2024 18:53:05 +0300 Subject: [PATCH] fix packages --- src/app/app.component.html | 2 +- src/app/app.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 737a8ae..1280d2d 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,3 +1,3 @@
- {{GetMaintTitle()}} + {{GetMainTitle()}}
diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 73cca06..5127190 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -20,7 +20,7 @@ export class AppComponent * @description Возвращает main_title * @return {string} */ - GetMaintTitle(): string + GetMainTitle(): string { return this.main_title; }