I have created sample app with Angular 8, it works with Edge and Chrome but renders nothing in case of IE11
Updated "target": "es5" in tsconfig.json
Uncommented below lines in polyfill.ts and installed both packages..
import 'classlist.js'; import 'web-animations-js';
Getting below error in console for vendor.js
SCRIPT1046: Multiple definitions of a property not allowed in strict mode.