File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/schematics/angular Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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"
118
119
}
119
120
},
120
121
"required" : [
Original file line number Diff line number Diff line change 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." ,
You can’t perform that action at this time.
0 commit comments