mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +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
@ -18,13 +18,6 @@
|
|||||||
"description": "Route path used to produce the application shell.",
|
"description": "Route path used to produce the application shell.",
|
||||||
"default": "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": {
|
"main": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The name of the main entry-point file.",
|
"description": "The name of the main entry-point file.",
|
||||||
|
@ -13,13 +13,6 @@
|
|||||||
"$source": "projectName"
|
"$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": {
|
"main": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "path",
|
"format": "path",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user