File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,21 +35,21 @@ a toolbar with the app name and the side nav responsive based on Material
35
35
breakpoints.
36
36
37
37
```
38
- ng generate @angular/material:material-nav
38
+ ng generate @angular/material:material-nav --name <component-name>
39
39
```
40
40
41
41
### Dashboard Schematic
42
42
The dashboard schematic will create a new component that contains
43
43
a dynamic grid list of cards.
44
44
45
45
```
46
- ng generate @angular/material:material-dashboard
46
+ ng generate @angular/material:material-dashboard --name <component-name>
47
47
```
48
48
49
49
### Table Schematic
50
50
The table schematic will create a new table component pre-configured
51
51
with a datasource for sorting and pagination.
52
52
53
53
```
54
- ng generate @angular/material:material-table
54
+ ng generate @angular/material:material-table --name <component-name>
55
55
```
You can’t perform that action at this time.
0 commit comments