I like to create a form using Angular ReactiveFormsModule. I got this error message when building the app:
Can't bind to 'formGroup' since it isn't a known property of 'form'
I already googled this error message and found these solutions: Can't bind to 'formGroup' since it isn't a known property of 'form'
Can't bind to 'formGroup' since it isn't a known property of 'form' in Angular 8
Unfortunately I’m unable to fix my problem with this advices.
[EDIT]
I created a minimal project with my issue. Please can some one have a look into it?
https://github.com/Christoph1972/test-reactive-forms.git
I spent so many time to find the problem, obviously I’m unable to fix it......
[/EDIT]
What’s my problem? I’m afraid the solution will be quite simple, but I’m new in Angular.