In polyfills.ts, one of the commented out lines reads as follows:
/** IE10 and IE11 requires the following for the Reflect API. */
// import 'core-js/es6/reflect';
What is the 'Reflect API'? What IE use cases is it needed for and is this import statement typically important when running an Angular application in IE? Surprisingly, Google and StackOverflow didn't turn up many/any results for me.