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

12 lines
282 B
TypeScript
Raw Normal View History

2019-11-13 11:22:40 +01:00
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 {
}