Skip to content

Commit

Permalink
fix(@schematics/angular): support Fetch as Google(Google bot) (#11815)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo authored and hansl committed Sep 27, 2018
1 parent aa25a33 commit 4d46c4a
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,19 @@
// 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.
* https://developers.google.com/search/docs/guides/rendering
**/
// import 'core-js/es6/array';

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
// import 'classlist.js'; // Run `npm install --save classlist.js`.

Expand Down

0 comments on commit 4d46c4a

Please sign in to comment.