Skip to content

Commit

Permalink
refactor(@schematics/angular): remove deprecated appId option
Browse files Browse the repository at this point in the history
Remove deprecated unused options from schematics.

BREAKING CHANGE: App-shell and Universal schematics deprecated unused `appId` option has been removed.
  • Loading branch information
alan-agius4 authored and dgp1130 committed Aug 10, 2023
1 parent 4935172 commit b15e827
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions packages/schematics/angular/app-shell/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
"description": "Route path used to produce the application shell.",
"default": "shell"
},
"appId": {
"type": "string",
"format": "html-selector",
"description": "The application ID to use in withServerTransition().",
"default": "serverApp",
"x-deprecated": "This option is no longer used."
},
"main": {
"type": "string",
"description": "The name of the main entry-point file.",
Expand Down
7 changes: 0 additions & 7 deletions packages/schematics/angular/universal/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
"$source": "projectName"
}
},
"appId": {
"type": "string",
"format": "html-selector",
"description": "The application identifier to use for transition.",
"default": "serverApp",
"x-deprecated": "This option is no longer used."
},
"main": {
"type": "string",
"format": "path",
Expand Down

0 comments on commit b15e827

Please sign in to comment.