diff --git a/src/app/shared/footer/footer.component.html b/src/app/shared/footer/footer.component.html index 75dbf07..fa0028d 100644 --- a/src/app/shared/footer/footer.component.html +++ b/src/app/shared/footer/footer.component.html @@ -1,5 +1,8 @@ diff --git a/src/app/shared/footer/footer.component.ts b/src/app/shared/footer/footer.component.ts index a2971c8..ad2233a 100644 --- a/src/app/shared/footer/footer.component.ts +++ b/src/app/shared/footer/footer.component.ts @@ -7,6 +7,7 @@ import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core'; changeDetection: ChangeDetectionStrategy.OnPush, }) export class FooterComponent implements OnInit { + currentYear = new Date().getFullYear(); constructor() {} ngOnInit(): void {}