In this stackblitz project we can use Object.values()
.
I'm trying to use it in this Angular project and it throws:
Property 'values' does not exist on type 'ObjectConstructor'.
I know that in general typescript projects via have to say that it's for a ES2017 environment specifically in TSConfig. Is there some setting in Stackblitz that can be flipped for this?
IIUC Angular should get Object.values
from CoreJS.