mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
32cad55f0d
Previously, you could inspect the source code of a component but not a directive. This commit adds functionality to inspect source code for directives as well. Now you will see the inspect icon on the header component of each directive on a selected element. PR Close #47334