|
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"] |
| 10 | + "aliases": ["material-shell", "install"] |
11 | 11 | }, |
12 | 12 | // Create a dashboard component |
13 | 13 | "dashboard": { |
|
28 | 28 | "description": "Create a component with a responsive sidenav for navigation", |
29 | 29 | "factory": "./nav/index", |
30 | 30 | "schema": "./nav/schema.json", |
31 | | - // TODO(devversion): re-add `materialNav` alias if we have the latest schematics version |
32 | | - // that includes https://github.com/angular/angular-cli/pull/11390 |
33 | | - "aliases": [ "material-nav"] |
| 31 | + "aliases": ["material-nav", "materialNav"] |
34 | 32 | }, |
35 | 33 | // Create a file tree component |
36 | 34 | "tree": { |
37 | 35 | "description": "Create a file tree component.", |
38 | 36 | "factory": "./tree/index", |
39 | | - "schema": "./tree/schema.json" |
| 37 | + "schema": "./tree/schema.json", |
| 38 | + "aliases": ["material-tree"] |
40 | 39 | }, |
41 | 40 | // Creates a address form component |
42 | 41 | "addressForm": { |
43 | 42 | "description": "Create a component with a address form", |
44 | 43 | "factory": "./address-form/index", |
45 | 44 | "schema": "./address-form/schema.json", |
46 | | - "aliases": ["address-form"] |
| 45 | + "aliases": ["address-form", "material-address-form", "material-addressForm"] |
47 | 46 | } |
48 | 47 | } |
49 | 48 | } |
0 commit comments