mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9317f513d5
We throw an error when a directive is trying to extend a component, but we don't actually say which class is responsible which can be difficult to track down. These changes add the two class names to the error message. PR Close #45658