Our Angular 9 project runs smoothly on Google Chrome and Firefox, but nothing appears on IE11. Despite trying various solutions found online and following related blogs, the issue remains unresolved.
Here is a snippet from my tsconfig.json:
{
// Compiler options here
}
Additionally, I have another configuration file for ES5 compatibility:
{
// Compiler options for ES5 target
}
Furthermore, here are the dependencies listed in package.json for reference.
{
// List of dependencies
}
I also referred to this resource here without success. Oddly, there are no errors shown in the Console window of IE11 as seen in the screenshots provided.
Check out these screenshots: https://i.sstatic.net/sr97g.png, https://i.sstatic.net/SLtlc.png.
Look at this polyfills.ts file that contains crucial imports for Angular setup.
// Polyfills needed for Angular application
}
---------------EDIT------------------
https://i.sstatic.net/j9mRQ.png
https://i.sstatic.net/w4CGU.png