Object.assign
`Object.assign` is not available in all supported browsers and one had to provide a polyfill. This commit replaces `Object.assign` with the spread operator (`...`), which TypeScript will transpile to ES5-compatible code.
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
License: MIT