mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b4b441077a
This commit fixes an oversight in the JIT compilation of partial factory declarations, where the literal `'invalid'` was not accounted for (unlike the AOT linker). Fixes #43609 PR Close #43619