Angular polyfill을 활용한 exploler호환

angular application을 ie에서 사용할때

ie는 Object.assign()을 지원하지 않기 때문에 polyfill.ts를 사용하여야 한다.

polyfills.ts에는 이미 ie와 사파리 브라우저에서 사용하기 위한 다양한 import가 주석처리 되어 있으므로

이를 주석해제하면 해결할 수 있다.

파이프를 사용하기 위한 intl 설치

1
npm install --save intl

애니메이션 사용을 위한 web-animation설치

1
npm install --save web-animations-js

ngClass 사용을 위한 classlist설치

1
npm install --save classlist.js
angular lazy image loading css 애니메이션의 활용

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×