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
3535breakpoints.
3636
3737```
38- ng generate @angular/material:material-nav
38+ ng generate @angular/material:material-nav --name <component-name>
3939```
4040
4141### Dashboard Schematic
4242The dashboard schematic will create a new component that contains
4343a dynamic grid list of cards.
4444
4545```
46- ng generate @angular/material:material-dashboard
46+ ng generate @angular/material:material-dashboard --name <component-name>
4747```
4848
4949### Table Schematic
5050The table schematic will create a new table component pre-configured
5151with a datasource for sorting and pagination.
5252
5353```
54- ng generate @angular/material:material-table
54+ ng generate @angular/material:material-table --name <component-name>
5555```
You can’t perform that action at this time.
0 commit comments