refactor(core): assert writable signal in two-way property instruction (#54252)
Asserts that the value is a `WritableSignal`, rather than a `Signal`, in the `twoWayProperty` instruction. PR Close #54252
Showing
- packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.ts 1 addition, 1 deletion...er-cli/src/ngtsc/typecheck/src/template_symbol_builder.ts
- packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.ts 6 additions, 6 deletions.../compiler-cli/src/ngtsc/typecheck/src/type_check_block.ts
- packages/core/src/render3/instructions/two_way.ts 5 additions, 5 deletionspackages/core/src/render3/instructions/two_way.ts
Please register or sign in to comment