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