Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 64d1524

Browse files
clydinalexeagle
authored andcommittedOct 4, 2018
refactor(@schematics/angular): cleanup application polyfill comments
1 parent 8d81c4f commit 64d1524

File tree

1 file changed

+3
-4
lines changed
  • packages/schematics/angular/application/files/src

1 file changed

+3
-4
lines changed
 

‎packages/schematics/angular/application/files/src/polyfills.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
// import 'core-js/es6/math';
2929
// import 'core-js/es6/string';
3030
// import 'core-js/es6/date';
31+
// import 'core-js/es6/array';
3132
// import 'core-js/es6/regexp';
3233
// import 'core-js/es6/map';
3334
// import 'core-js/es6/weak-map';
3435
// import 'core-js/es6/set';
3536

3637
/**
37-
* If your app need to indexed by Google Search, your app require polyfills 'core-js/es6/array'
38-
* Google bot use ES5.
39-
* FYI: Googlebot uses a renderer following the similar spec to Chrome 41.
38+
* If the application will be indexed by Google Search, the following is required.
39+
* Googlebot uses a renderer based on Chrome 41.
4040
* https://developers.google.com/search/docs/guides/rendering
4141
**/
4242
// import 'core-js/es6/array';
@@ -75,7 +75,6 @@
7575
import 'zone.js/dist/zone'; // Included with Angular CLI.
7676

7777

78-
7978
/***************************************************************************************************
8079
* APPLICATION IMPORTS
8180
*/

0 commit comments

Comments
 (0)
Please sign in to comment.