mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e97d961234
for non-inline templates - Non-inline templates used to ouput the path to the component TS file instead of the path to the original HTML file. - Inline templates keep the same behavior. Fixes #24884 PR Close #24885