mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3e1384048e
At the moment local compilation breaks for host directives because the current logic relies on global static analysis. This change creates a local version by cutting the diagnostics and copying the directive identifier as it is to the generated code without attempting to statically resolve it. PR Close #53877