Hi guys,
I have strange problem...
When I was trying new Angular 14 typed ReactiveForm (but its the same with v13 non-typed form)
on StackBlitz, everything work as expected:

But when i download the project (also as attachement to this post)
and run it locally:
cd angular-ivy-qofhql
npm install
ng serve
and open it then it... Just break? Classic <input /> works, but ejs-textbox stop changing:
How is this possible? And how can i do to make ReactiveForm work in ng serve?
Attachment:
angularivyqofhql_578600a.zip