I have several inputs in template
<input type="text" class="form-control" name="name" id="name" placeholder="name" title="nanme">
<input type="text" class="form-control" name="surname" id="name" placeholder="surname" title="surname">
in ts file I have variable testVar=false;
I want testVar=true after both inputs will be filled (not empty). How can I do this ?