mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
840db59dc1
Currently when a required input is missing, we produce a diagnostic on the entire start tag. This can be really noisy if there are already some attributes on the element.
This change switch to only highlighting the tag name instead.
(cherry picked from commit f233f7420a)