Hi there! I'm trying to add an input field along with a button to my form. Unfortunately, I'm encountering some errors in my code. Here's the link to my code on StackBlitz.
The errors I'm facing include:
Cannot find control with name: '0'
,
AuditsComponent.html:9 ERROR TypeError: control.registerOnChange is not a function
,
and
ERROR in src/app/components/audits/audits.component.ts(50,26): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
Any help or suggestions would be greatly appreciated! Thanks for your contribution!