I am getting the following error after upgrading my angular2 packages to the following versions:
According to MDN Object.assign() Browser compatibility IE is not supported.
You can import the Object.assign polyfill by MDN with npm. (mdn-polyfills)
Object.assign
Run: npm i mdn-polyfills --save
npm i mdn-polyfills --save
Use: import 'mdn-polyfills/Object.assign';
import 'mdn-polyfills/Object.assign';