How to make a formControl in angular readonly
I know i can do it in html like
We can use any html attribute and bind it in angular using [].
[]
So,you can use attribute binding for the attribute readonly in that control
readonly
e.g