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
6
6
installed the npm package, they will be available via the Angular CLI.
7
7
8
8
If you run it will automatically install Angular Material for you
9
- and run the shell schematic.
9
+ and run the install schematic.
10
10
11
11
```
12
12
ng add @angular/material
13
13
```
14
14
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.
25
16
This schematic will:
26
17
27
18
- Ensure project depedencies in ` package.json `
@@ -30,9 +21,13 @@ This schematic will:
30
21
- Adds Roboto fonts to your index.html
31
22
- Apply simple CSS reset to body
32
23
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
36
31
37
32
### Navigation Schematic
38
33
The navigation schematic will create a new component that includes
You can’t perform that action at this time.
0 commit comments