If you're using ES6, I recommend using this library to enable rest/spread for objects. https://babeljs.io/docs/plugins/transform-object-rest-spread/
@ari Doesn't babel do spread by default? I'm using #typescript, so I don't know for sure.
@ashkumar ES6 only supports spread for array
@ashkumar ES6 only supports spread for array