Finished the footer
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {ALTITUDE_VERSION} from '../constant';
|
||||
|
||||
@Component({
|
||||
selector: 'app-footer',
|
||||
@@ -10,4 +11,6 @@ export class FooterComponent {
|
||||
public getCurrentYear() {
|
||||
return new Date().getFullYear();
|
||||
}
|
||||
|
||||
protected readonly ALTITUDE_VERSION = ALTITUDE_VERSION;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user