Skip to content

Commit 69b2214

Browse files
alan-agius4clydin
authored andcommitted
refactor(@schematics/angular): remove deprecated appDir option
BREAKING CHANGE: Removed unused`appDir` option from Universal and App-Shell schematic. This option can safely be removed if present since it no longer has effect.
1 parent 774d349 commit 69b2214

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
"description": "The name of the main entry-point file.",
3030
"default": "main.server.ts"
3131
},
32-
"appDir": {
33-
"type": "string",
34-
"description": "The name of the application directory.",
35-
"default": "app"
36-
},
3732
"rootModuleFileName": {
3833
"type": "string",
3934
"description": "The name of the root module file",

packages/schematics/angular/universal/schema.json

-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@
2525
"description": "The name of the main entry-point file.",
2626
"default": "main.server.ts"
2727
},
28-
"appDir": {
29-
"type": "string",
30-
"format": "path",
31-
"description": "The name of the application folder.",
32-
"default": "app",
33-
"x-deprecated": "This option has no effect."
34-
},
3528
"rootModuleFileName": {
3629
"type": "string",
3730
"format": "path",

0 commit comments

Comments
 (0)