A statement like this
1 | <form [formGroup]="lessonForm" > |
Fails with the error
1 | Can't bind to 'formGroup' since it isn't a known property of 'form' |
Summary
[formGroup] is an angular thing
The fix
Make sure the module has the name if the component in the declarations module.
1 | lesson.module.ts |
Other Errors
[[MatFormFieldControlError]] - mat-form-field must contain a MatFormFieldControl