mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
590c61889f
Now that two-way bindings work correctly with implicit receivers, we can fix the corresponing source map tests. The main issue was that we were not properly mapping `elementEnd` for elements with no closing tag (self-closing elements). PR Close #52479