I've got this error:
Error: src/app/app.component.html:1:30 - error TS2532: Object is possibly 'undefined'.
1 <form-builder [form]="form" (change)="onChange($event)"></form-builder>
in my form-builder. I think is the (change)
the problem. But honeslty, i don't know why and how to solve it