import { Component } from '@angular/core'; @Component({ selector: 'my-app', // #docregion template template: ` Contact Crisis Center Heroes ` // #enddocregion template }) export class AppComponent { subtitle = '(v3)'; }