datasurvey/src/main/webapp/app/layouts/footer/footer.component.ts

9 lines
202 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'jhi-footer',
templateUrl: './footer.component.html',
styleUrls: ['./footer.component.scss'],
})
export class FooterComponent {}