import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-footer', templateUrl: './footer.component.html', styleUrls: ['./footer.component.scss'] }) export class FooterComponent { sandkasten_logo: string = 'assets/img/logo.png'; twitter_logo: string = 'assets/img/twitter.svg'; instagram_logo: string = 'assets/img/instagram.svg'; facebook_logo: string = 'assets/img/facebook.svg'; }