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; }