todomvc-ng2-reactive icon indicating copy to clipboard operation
todomvc-ng2-reactive copied to clipboard

Some code-style change

Open dmorosinotto opened this issue 8 years ago • 0 comments

I made some simple code-style change: Using ES6/TS rest parameter to get ...args to pass/propagate to Observable (avoiding array copy code from arguments) And a more explicit code to check if there are changes for a propertyName, if you prefer the check can be even simpler with (propertyName in changes). Hope you can accept it.

dmorosinotto avatar Jan 19 '16 13:01 dmorosinotto