// #docregion import { Component } from '@angular/core'; @Component({ selector: 'toh-app', template: ` ` }) export class AppComponent { }