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