How to resolve this problem in Angular8
polyfills.ts uncomment import 'classlist.js';
and import 'web-animations-js';
then install two dependency using npm install --save classlist.js
and npm install --save web-animations-js
.
update tsconfig.json
with "target":"es5",
then ng serve
run the application and open in IE, it will work