<app-component1>
<app-component2></app-component2>
</app-component1>
<ng-content></ng-content>
@Component({
selector: 'app-hero-detail',
templateUrl: './hero-detail.component.html',
styleUrls: ['./hero-detail.component.css']
})
<app-hero-detail [hero]="selectedHero"></app-hero-detail>