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:
parent
4935172a10
commit
b15e827580
packages/schematics/angular
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user