import { Component } from '@angular/core'; @Component({ selector: 'app-dashboard', templateUrl: './dashboard.component.html', styles: [`#my-logout-button { background: #f44336 }`] }) export class DashboardComponent { }