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