Angular polyfills missing

19 views
Skip to first unread message

Hassan Faghihi

unread,
Jul 6, 2019, 8:38:57 AM7/6/19
to Angular and AngularJS discussion
As the tutorial says i should use (uncomnet) these polyfills to fill the gap between different browsers...
but these are not existing in angular 7, so i'm worried if they got internalized and i'm doing this, cause later issues...


import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/weak-map';
import 'core-js/es6/set';

Sander Elias

unread,
Jul 9, 2019, 1:18:01 AM7/9/19
to Angular and AngularJS discussion
Hi Hassan,

What browsers do you have to support? When you don't need IE, you don't need those at al.
I believe there is a change in how coreJs is build that changed this. I'm willing to figure this out for you if needed.

Regards
Sander
Reply all
Reply to author
Forward
0 new messages