/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import {Component} from '@angular/core'; export interface Hero { id: number; name: string; } @Component({ selector: 'my-app', template: `~{empty} <~{start-tag}h~{start-tag-after-h}1~{start-tag-h1} ~{h1-after-space}> ~{h1-content} {{~{sub-start}title~{sub-end}}} ~{after-h1}