mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b1dec9bc50
Similar fix as #63082, but for template attributes. The root cause is the same where we should be using `fullStart` instead of `start` in order to account for whitespaces being skipped. Fixes #63157. PR Close #63175