Skip to content

Commit 3c43b91

Browse files
chore(polyfills): fix typo (#191)
1 parent d137802 commit 3c43b91

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/polyfills.ts

-15
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@
1414
* Learn more in https://angular.io/guide/browser-support
1515
*/
1616

17-
/** *************************************************************************************************
18-
* BROWSER POLYFILLS
19-
*/
20-
import 'core-js/es/array';
21-
22-
/**
23-
* If the application will be indexed by Google Search, the following is required.
24-
* Googlebot uses a renderer based on Chrome 41.
25-
* https://developers.google.com/search/docs/guides/rendering
26-
**/
27-
import 'core-js/es/array'; // Run `npm install --save classlist.js`.
28-
29-
/** IE10 and IE11 requires the following for the Reflect API. */
30-
import 'core-js/es/reflect'; // Run `npm install --save web-animations-js`.
31-
3217
/**
3318
* By default, zone.js will patch all possible macroTask and DomEvents
3419
* user can disable parts of macroTask/DomEvents patch by setting following flags

0 commit comments

Comments
 (0)