Basically I am a beginner to Angular as well as typescript. Here am trying to validate a Reactive form Text field with some conditions.
my condition is
- there is 2 fields - a)input fields b) select field
- In input field it is based on a 15 digit field. in that 13,14,15th character will be alphabets
- In second field, there is two select options. i) public sector ii) private sector
- if the 13,14,15th alpahabet is 'GOI' means, in select field automatically it should be selected as 'public sector' or else user can select their options in select field.
someone help me out !
Thanks in advance