Skip to content

Commit b15e827

Browse files
alan-agius4dgp1130
authored andcommitted
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.
1 parent 4935172 commit b15e827

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

packages/schematics/angular/app-shell/schema.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
"description": "Route path used to produce the application shell.",
1919
"default": "shell"
2020
},
21-
"appId": {
22-
"type": "string",
23-
"format": "html-selector",
24-
"description": "The application ID to use in withServerTransition().",
25-
"default": "serverApp",
26-
"x-deprecated": "This option is no longer used."
27-
},
2821
"main": {
2922
"type": "string",
3023
"description": "The name of the main entry-point file.",

packages/schematics/angular/universal/schema.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
"$source": "projectName"
1414
}
1515
},
16-
"appId": {
17-
"type": "string",
18-
"format": "html-selector",
19-
"description": "The application identifier to use for transition.",
20-
"default": "serverApp",
21-
"x-deprecated": "This option is no longer used."
22-
},
2316
"main": {
2417
"type": "string",
2518
"format": "path",

0 commit comments

Comments
 (0)