Skip to content

Commit 86ef891

Browse files
IgorMinarjosephperrott
authored andcommitted
docs: update information about schematics (#11091)
1 parent 29bf024 commit 86ef891

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

guides/schematics.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,13 @@ Schematics come packaged with Angular Material, so once you have
66
installed the npm package, they will be available via the Angular CLI.
77

88
If you run it will automatically install Angular Material for you
9-
and run the shell schematic.
9+
and run the install schematic.
1010

1111
```
1212
ng add @angular/material
1313
```
1414

15-
## Packaged Schematics
16-
Angular Material has 4 schematics it comes packaged with:
17-
18-
- Material Shell
19-
- Navigation
20-
- Dashboard
21-
- Table
22-
23-
### Shell Schematic
24-
The shell schematic will help you quickly add Material to a new project.
15+
The install schematic will help you quickly add Material to a new project.
2516
This schematic will:
2617

2718
- Ensure project depedencies in `package.json`
@@ -30,9 +21,13 @@ This schematic will:
3021
- Adds Roboto fonts to your index.html
3122
- Apply simple CSS reset to body
3223

33-
```
34-
ng add @angular/material
35-
```
24+
25+
## Generator Schematics
26+
In addition to the install schematic Angular Material has three schematics it comes packaged with:
27+
28+
- Navigation
29+
- Dashboard
30+
- Table
3631

3732
### Navigation Schematic
3833
The navigation schematic will create a new component that includes

0 commit comments

Comments
 (0)