Encountering an issue here:
Error: src/app/app.component.html:1:30 - error TS2532: Object is possibly 'undefined'.
1 <form-builder [form]="form" (change)="onChange($event)"></form-builder>
while working on my form-builder. I suspect the (change)
to be the culprit, but honestly, I am unsure how to resolve it