By host, I understand the scope of where my component is used. If it is defined as <my-component>, then if it’s used somewhere as:
<my-component name=“Test” class=“test-class” #test=“ngModel” [(ngModel)]=“data.test” required>
then I would like to:
For some reason, I couldn’t get to it reliably. I know of:
Is the access to ngModel “above” on the host element not allowed here?