import { Component } from '@angular/core'; @Component({ selector: 'ngx-footer', styleUrls: ['./footer.component.scss'], template: ` Created by IoT.bzh 2017    (powered by akveo/ngx-admin) `, }) export class FooterComponent { }