O VScode está apontando esse erro que eu não consigo resolver -> " 'app-yes-no-button-group' is not a known element: 1. If 'app-yes-no-button-group' is an Angular component, then verify that it is part of this module." E o código tá assim, o erro está na linha 3:
<main>
<h1>Form</h1>
<app-yes-no-button-group
label="Are you good enough in Angular? ">
</app-yes-no-button-group>
</main>