Skip to content

Commit

Permalink
feat(@schematics/angular): deprecate legacyBrowsers application and…
Browse files Browse the repository at this point in the history
… ng-new option

Internet Explorer 11 support is deprecated and will be removed in future versions of the Angular CLI.
  • Loading branch information
alan-agius4 authored and filipesilva committed Mar 10, 2021
1 parent 71eab3d commit 3b7470d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/schematics/angular/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
"legacyBrowsers": {
"type": "boolean",
"description": "Add support for legacy browsers like Internet Explorer using differential loading.",
"default": false
"default": false,
"x-deprecated": "Legacy browsers support is deprecated since version 12. For more information, see https://angular.io/guide/browser-support"
}
},
"required": [
Expand Down
3 changes: 2 additions & 1 deletion packages/schematics/angular/ng-new/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
"legacyBrowsers": {
"type": "boolean",
"description": "Add support for legacy browsers like Internet Explorer using differential loading.",
"default": false
"default": false,
"x-deprecated": "Legacy browsers support is deprecated since version 12. For more information, see https://angular.io/guide/browser-support"
},
"packageManager": {
"description": "The package manager used to install dependencies.",
Expand Down

0 comments on commit 3b7470d

Please sign in to comment.