File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed
Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,13 @@ Schematics come packaged with Angular Material, so once you have
66installed the npm package, they will be available via the Angular CLI.
77
88If you run it will automatically install Angular Material for you
9- and run the shell schematic.
9+ and run the install schematic.
1010
1111```
1212ng 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.
2516This 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
3833The navigation schematic will create a new component that includes
You can’t perform that action at this time.
0 commit comments