Skip to content

Commit 0569b64

Browse files
piotrtomiakjosephperrott
authored andcommitted
Fix schematics collection JSON. (#11839)
1 parent 825d35c commit 0569b64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib/schematics/collection.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,28 @@
77
"description": "Adds Angular Material to the application without affecting any templates",
88
"factory": "./install",
99
"schema": "./install/schema.json",
10-
"aliases": ["material-shell", "materialShell"]
10+
"aliases": ["material-shell"]
1111
},
1212
// Create a dashboard component
1313
"dashboard": {
1414
"description": "Create a card-based dashboard component",
1515
"factory": "./dashboard/index",
1616
"schema": "./dashboard/schema.json",
17-
"aliases": ["material-dashboard", "materialDashboard"]
17+
"aliases": ["material-dashboard"]
1818
},
1919
// Creates a table component
2020
"table": {
2121
"description": "Create a component that displays data with a data-table",
2222
"factory": "./table/index",
2323
"schema": "./table/schema.json",
24-
"aliases": ["material-table", "materialTable"]
24+
"aliases": ["material-table"]
2525
},
2626
// Creates toolbar and navigation components
2727
"nav": {
2828
"description": "Create a component with a responsive sidenav for navigation",
2929
"factory": "./nav/index",
3030
"schema": "./nav/schema.json",
31-
"aliases": [ "material-nav", "materialNav ]
31+
"aliases": [ "material-nav"]
3232
},
3333
// Creates a address form component
3434
"addressForm": {

0 commit comments

Comments
 (0)