Template Setup
<form [formGroup]="userForm" (ngSubmit)="onSubmit()">
<wally-input
formControlName="name"
placeholder="Enter your name">
</wally-input>
<wally-input
formControlName="email"
placeholder="Enter your email">
</wally-input>
</form>