|
7 | 7 | "description": "Adds Angular Material to the application without affecting any templates", |
8 | 8 | "factory": "./install", |
9 | 9 | "schema": "./install/schema.json", |
10 | | - "aliases": ["material-shell", "materialShell"] |
| 10 | + "aliases": ["material-shell"] |
11 | 11 | }, |
12 | 12 | // Create a dashboard component |
13 | 13 | "dashboard": { |
14 | 14 | "description": "Create a card-based dashboard component", |
15 | 15 | "factory": "./dashboard/index", |
16 | 16 | "schema": "./dashboard/schema.json", |
17 | | - "aliases": ["material-dashboard", "materialDashboard"] |
| 17 | + "aliases": ["material-dashboard"] |
18 | 18 | }, |
19 | 19 | // Creates a table component |
20 | 20 | "table": { |
21 | 21 | "description": "Create a component that displays data with a data-table", |
22 | 22 | "factory": "./table/index", |
23 | 23 | "schema": "./table/schema.json", |
24 | | - "aliases": ["material-table", "materialTable"] |
| 24 | + "aliases": ["material-table"] |
25 | 25 | }, |
26 | 26 | // Creates toolbar and navigation components |
27 | 27 | "nav": { |
28 | 28 | "description": "Create a component with a responsive sidenav for navigation", |
29 | 29 | "factory": "./nav/index", |
30 | 30 | "schema": "./nav/schema.json", |
31 | | - "aliases": [ "material-nav", "materialNav ] |
| 31 | + "aliases": [ "material-nav"] |
32 | 32 | }, |
33 | 33 | // Creates a address form component |
34 | 34 | "addressForm": { |
|
0 commit comments