I am attempting to run an angular application (version 4) on IE11. I have found a solution that I need to uncomment lines from polyfills.ts
However, I am unable to locate that file.
Is it possible that I do not have that file, if so what is the best course of action to take in order for the application to be able to run on IE11?
I am getting the following error: "**Unable to get property 'apply' of undefined or null reference"