import { Component } from '@angular/core'; import { ApplicationInfoService } from 'app/core/application/applicationInfo.service' @Component({ selector: 'jhi-footer', templateUrl: './footer.component.html', }) export class FooterComponent { constructor(public applicationInfoService: ApplicationInfoService) {} }