You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/schematics/angular/application/schema.json
+2-1
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,8 @@
114
114
"legacyBrowsers": {
115
115
"type": "boolean",
116
116
"description": "Add support for legacy browsers like Internet Explorer using differential loading.",
117
-
"default": false
117
+
"default": false,
118
+
"x-deprecated": "Legacy browsers support is deprecated since version 12. For more information, see https://angular.io/guide/browser-support"
Copy file name to clipboardExpand all lines: packages/schematics/angular/ng-new/schema.json
+2-1
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,8 @@
136
136
"legacyBrowsers": {
137
137
"type": "boolean",
138
138
"description": "Add support for legacy browsers like Internet Explorer using differential loading.",
139
-
"default": false
139
+
"default": false,
140
+
"x-deprecated": "Legacy browsers support is deprecated since version 12. For more information, see https://angular.io/guide/browser-support"
140
141
},
141
142
"packageManager": {
142
143
"description": "The package manager used to install dependencies.",
0 commit comments