---
title: "Model Inputs: Reactive Two-Way Binding"
url: https://daily.dev/posts/model-inputs-reactive-two-way-binding-kkmio9ecz
source_url: https://dev.to/this-is-angular/model-inputs-reactive-two-way-binding-2538
type: article
source: "This is Angular"
published: 2024-02-28T18:06:53.035Z
updated: 2024-05-09T09:21:59.549Z
tags: ["webdev", "javascript", "typescript", "angular", "reactive-programming"]
reading_time: 9
upvotes: 3
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Model Inputs: Reactive Two-Way Binding

**[This is Angular](https://daily.dev/sources/tia)** · 9 min read · 3 upvotes · 0 comments

## Summary

Angular v17.1 and v17.2 introduced new signal APIs, including input signals, signal queries, and model inputs. Model inputs offer a reactive alternative for two-way data binding in Angular. The model inputs feature uses the banana-in-the-box syntax and enables bidirectional communication between parent and child components.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dev.to/this-is-angular/model-inputs-reactive-two-way-binding-2538>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#javascript](https://daily.dev/tags/javascript), [#typescript](https://daily.dev/tags/typescript), [#angular](https://daily.dev/tags/angular), [#reactive-programming](https://daily.dev/tags/reactive-programming)

[View this post on daily.dev](https://daily.dev/posts/model-inputs-reactive-two-way-binding-kkmio9ecz)
