refactor: add space between Component and class
This commit is contained in:
@ -12,6 +12,7 @@ import {version} from "@/../package.json";
|
||||
templateUrl: './footer.component.html',
|
||||
styleUrl: './footer.component.css'
|
||||
})
|
||||
|
||||
export class FooterComponent {
|
||||
currentYear: number;
|
||||
version: string;
|
||||
|
Reference in New Issue
Block a user