politie / sherlock

A reactive programming library for JavaScript applications, built with TypeScript.
Apache License 2.0
39 stars 12 forks source link

Add value getter/setter to all Derivables for easier bindings #56

Closed pavadeli closed 6 years ago

pavadeli commented 6 years ago

The functions #get() and #set() will be aliased as get value() and set value() to facilitate easier access and specifically bindings (for example binding to <input> elements using ngModel in Angular).