@Component({
selector: 'app-step-controls',
template:
`
<div>
<ng-content></ng-content>
</div>
`,
exportAs: 'appStepControls'
})
export class AppStepControlsComponent {
}
<app-step-controls #ascs="appStepControls">
<button>Назад</button>
<button (click)="ascs.toNextStep('test')">Вперед</button>
</app-step-controls>
но, насколько я понимаю, это единственное преимущество