mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cf4f74aad0
This commit changes the partial compilation so that it outputs declaration calls rather than compiled factory functions. The JIT compiler and the linker are updated to be able to handle these new declarations. PR Close #41231