I was struggling with adding template driven form validation in my angular2 app.
i have a forked the plunker https://plnkr.co/edit/phhe74kAUmNZgNSmcsvm?p=preview
i failed to achieve the form validation for my custom component alone and other html components are working fine.
In the plunker, if you start typing name and street it will updated in both form and and my model object as well. but the when you start typing postcode it will update only in my model object and not with form.
I wanted the form to be invalid if i make postcode filed to empty.
Is i missed something here ?