I\'m looking for an alternative version for the Object.values() function. As described here the function is not supported in Internet Explorer.
Object.values()
When
If you are already using core-js (e.g. by using Angular) you can just import the according polyfill:
import 'core-js/es7/object';