This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Description
<div class="form-group"><div><input class="form-control"/></div></div>
doesnt show the error message after Angular upgrade to 9.
However <div class="form-group"><input class="form-control"/></div> does work.
This issue happens To be more specific, if
"angularCompilerOptions": {
"enableIvy": true,
}
turning off Ivy compiler shows the error messages correctly.