I have this in html and ts component files:
enter image description here
enter image description here
This is my code,color variable has color not outstanding
I would like to have the variables: reservationForm.get(‘checkInDate’)?.invalid same color as above
I expect the color variable to turn like this
Tuấn Nguyễn Phúc is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
maybe this is occurs because of Angular Language Service Extension not installed.
https://marketplace.visualstudio.com/items?itemName=Angular.ng-template
here is link to install Extension
Pruthvi Zala is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1