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() { } }