open-science-observatory-ui/src/app/shared/footer/footer.component.ts

12 lines
282 B
TypeScript

import { Component, DoCheck, OnInit, ViewEncapsulation } from '@angular/core';
@Component({
selector: 'app-footer',
templateUrl: './footer.component.html',
// styleUrls: ['./footer.component.css'],
encapsulation: ViewEncapsulation.None
})
export class FooterComponent {
}