0

I got the following HTML of a component named "view-container":

app-view-container

And now I want to place my form into this component. Form just got 2 simple fields:

inserted login-form

The Form shall be placed into the component via ng-content:

content projection

But the Problem is: This process causes the form-fields to freeze.
Y?

Quirynn
  • 44
  • 6

1 Answers1

0

Ahh nvm, community, working hard for my idiot diploma.
Not an ng-content issue: The Form Field's Container got a position relative with z-index -1.
That actually caused the problem... solved now :>

Quirynn
  • 44
  • 6