From 64d15246494e92d0f27a100eac1b3450d1201d6b Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Thu, 27 Sep 2018 13:55:15 -0400 Subject: [PATCH] refactor(@schematics/angular): cleanup application polyfill comments --- .../schematics/angular/application/files/src/polyfills.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/schematics/angular/application/files/src/polyfills.ts b/packages/schematics/angular/application/files/src/polyfills.ts index 6bf2547537..ee8b84da80 100644 --- a/packages/schematics/angular/application/files/src/polyfills.ts +++ b/packages/schematics/angular/application/files/src/polyfills.ts @@ -28,15 +28,15 @@ // 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'; /** - * If your app need to indexed by Google Search, your app require polyfills 'core-js/es6/array' - * Google bot use ES5. - * FYI: Googlebot uses a renderer following the similar spec to Chrome 41. + * If the application will be indexed by Google Search, the following is required. + * Googlebot uses a renderer based on Chrome 41. * https://developers.google.com/search/docs/guides/rendering **/ // import 'core-js/es6/array'; @@ -75,7 +75,6 @@ import 'zone.js/dist/zone'; // Included with Angular CLI. - /*************************************************************************************************** * APPLICATION IMPORTS */