1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-20 21:42:38 +08:00

refactor(@schematics/angular): remove deprecated appId option

Remove deprecated unused options from schematics.

BREAKING CHANGE: App-shell and Universal schematics deprecated unused `appId` option has been removed.
This commit is contained in:
Alan Agius 2023-08-10 08:24:38 +00:00 committed by Douglas Parker
parent 4935172a10
commit b15e827580
2 changed files with 0 additions and 14 deletions
packages/schematics/angular
app-shell
universal

@ -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.",

@ -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",