import { Component } from '@angular/core'; @Component({ selector: 'ngx-footer', styleUrls: ['./footer.component.scss'], template: ` Created with ♥ by Akveo 2019
`, }) export class FooterComponent { }