@Component({
	selector: 'app-child-view',
	template: '‹input [(ngModel)]="hero"›'
})
export class ChildViewComponent {
	hero = 'Magneta';
}