import { Component } from '@angular/core'; @Component({ // tslint:disable-next-line: component-selector selector: 'body', template: '' }) export class AppComponent { title = 'app'; }