angular input field uppercase code example
Example: angular input force uppercase
<input formControlName="TEST" (input)="TEST.setValue(TEST.value.toUpperCase())">
<input formControlName="TEST" (input)="TEST.setValue(TEST.value.toUpperCase())">