TSK-999: Updated polyfills according to new corejs

This commit is contained in:
Chi Nguyen 2020-07-14 10:12:12 +02:00 committed by Chi Nguyen
parent 24893fb085
commit acf9273df9
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
/** Evergreen browsers require these. */
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';
import 'core-js/es/reflect';
/** ALL Firefox browsers require the following to support `@angular/animation`. */
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.