hey guys, I'm new and learning to use angular 17, and wanna ask a question.
I tried to make a standalone component of inputs, so I can use it in other components, after reading the docs and some typescript type-checking, here's what i come up with:
https://stackblitz.com/edit/stackblitz-starters-bjxt8d?file=src%2Fmain.ts
but, the form group / control value never changes, did I miss something?