File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
packages/schematics/angular/application/files/src Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 28
28
// import 'core-js/es6/math';
29
29
// import 'core-js/es6/string';
30
30
// import 'core-js/es6/date';
31
+ // import 'core-js/es6/array';
31
32
// import 'core-js/es6/regexp';
32
33
// import 'core-js/es6/map';
33
34
// import 'core-js/es6/weak-map';
34
35
// import 'core-js/es6/set';
35
36
36
37
/**
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.
40
40
* https://developers.google.com/search/docs/guides/rendering
41
41
**/
42
42
// import 'core-js/es6/array';
75
75
import 'zone.js/dist/zone' ; // Included with Angular CLI.
76
76
77
77
78
-
79
78
/***************************************************************************************************
80
79
* APPLICATION IMPORTS
81
80
*/
You can’t perform that action at this time.
0 commit comments