Skip to content

Commit 34cd0e0

Browse files
alan-agius4clydin
authored andcommitted
docs: replace appShell with app-shell
Favor kebab cases (cherry picked from commit 450d999)
1 parent c984d57 commit 34cd0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/schematics/angular/collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"schema": "./universal/schema.json",
102102
"hidden": true
103103
},
104-
"appShell": {
105-
"aliases": [ "app-shell" ],
104+
"app-shell": {
105+
"aliases": [ "appShell" ],
106106
"factory": "./app-shell",
107107
"description": "Create an app shell.",
108108
"schema": "./app-shell/schema.json"

0 commit comments

Comments
 (0)