Files
Kristiyan Kostadinov 327bae473b fix(compiler): JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) (#57003)
Fixes that the runtime implementation of `ɵɵngDeclareDirective` was interpreting the `hostDirectives` mapping incorrectly. Instead of treating the inputs/outputs as `['binding', 'alias']` arrays, it was parsing them as `['binding: alias']`. This was leading to runtime errors if a user is consuming a partially-compiled library in JIT mode.

Fixes #54096.

PR Close #57002

PR Close #57003
2024-07-16 09:35:33 -07:00
..