argos/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.ts

16 lines
300 B
TypeScript
Raw Normal View History

2019-05-02 14:43:02 +02:00
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-sidebar-footer',
templateUrl: './sidebar-footer.component.html',
styleUrls: ['./sidebar-footer.component.css']
})
export class SidebarFooterComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}