import {Component} from '@angular/core'; @Component({ selector: 'theme', templateUrl: 'theme.component.html', }) export class ThemeComponent { }