feimosi / frameworks-code-comparison

:vs: :fire: Code comparison of modern web frameworks, based on React, Angular and Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add 'Data binding' section

feimosi opened this issue · comments

At least a simple example of data-binding:

  • AngularJS:
    ng-model

  • Angular:
    [(ngModel)]

  • React:

  • Vue.js:
    v-model

Preferably also with links to docs.

https://github.com/feimosi/frameworks-code-comparison#data-binding

I will work with angular