(1) polifills.ts 를 열어서 2줄 주석 해제import 'classlist.js'; // Run `npm install --save classlist.js`.import 'web-animations-js'; // Run `npm install --save web-animations-js`. (2) 설치npm install --save classlist.jsnpm install --save web-animations-js (3) .browserslistrc 를 열어서 1줄 삭제후 아래 내용으로 변경(기존)not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.(변경후)..