mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
array and webanimation polyfill for IE11
This commit is contained in:
parent
24b590ca16
commit
e63e29586b
@ -43,10 +43,12 @@ import 'core-js/es6/set';
|
|||||||
/** Evergreen browsers require these. **/
|
/** Evergreen browsers require these. **/
|
||||||
import 'core-js/es6/reflect';
|
import 'core-js/es6/reflect';
|
||||||
import 'core-js/es7/reflect';
|
import 'core-js/es7/reflect';
|
||||||
|
import 'core-js/es6/array';
|
||||||
|
import 'core-js/es7/array';
|
||||||
|
|
||||||
|
|
||||||
/** ALL Firefox browsers require the following to support `@angular/animation`. **/
|
/** ALL Firefox browsers require the following to support `@angular/animation`. **/
|
||||||
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -72,3 +74,4 @@ import 'intl'; // Run `npm install --save intl`.
|
|||||||
*
|
*
|
||||||
* */
|
* */
|
||||||
import 'custom-event-polyfill/custom-event-polyfill' // Run `npm install --save custom-event-polyfill`.
|
import 'custom-event-polyfill/custom-event-polyfill' // Run `npm install --save custom-event-polyfill`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user