Hi All,
I need textbox which accepts only numeric value. And also it should be >0.
- <input type="number" required #creditLimit="ngModel" name="creditLimit" [class.is-invalid]="creditLimit.invalid && creditLimit.touched" class="form-control" [(ngModel)]="customerModel.creditLimit" placeholder="Enter Credit Limit" />