Skip to content

Commit

Permalink
refactor(@schematics/angular): remove deprecated appDir option
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alan-agius4 authored and clydin committed Aug 30, 2022
1 parent 774d349 commit 69b2214
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions packages/schematics/angular/app-shell/schema.json
Expand Up @@ -29,11 +29,6 @@
"description": "The name of the main entry-point file.",
"default": "main.server.ts"
},
"appDir": {
"type": "string",
"description": "The name of the application directory.",
"default": "app"
},
"rootModuleFileName": {
"type": "string",
"description": "The name of the root module file",
Expand Down
7 changes: 0 additions & 7 deletions packages/schematics/angular/universal/schema.json
Expand Up @@ -25,13 +25,6 @@
"description": "The name of the main entry-point file.",
"default": "main.server.ts"
},
"appDir": {
"type": "string",
"format": "path",
"description": "The name of the application folder.",
"default": "app",
"x-deprecated": "This option has no effect."
},
"rootModuleFileName": {
"type": "string",
"format": "path",
Expand Down

0 comments on commit 69b2214

Please sign in to comment.