I got the following HTML of a component named "view-container":
And now I want to place my form into this component. Form just got 2 simple fields:
The Form shall be placed into the component via ng-content:
But the Problem is: This process causes the form-fields to freeze.
Y?