@@ -5,33 +5,33 @@ creating Material applications easier.
5
5
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
- If you run it will automatically install Angular Material for you
8
+ Using the command below will automatically install Angular Material for you
9
9
and run the install schematic.
10
10
11
11
```
12
12
ng add @angular/material
13
13
```
14
14
15
- The install schematic will help you quickly add Material to a new project.
15
+ The install schematic will help you to quickly add Material to a new project.
16
16
This schematic will:
17
17
18
- - Ensure project dependencies in ` package.json `
19
- - Ensure project dependencies in your app module
20
- - Adds Prebuilt or Setup Custom Theme
21
- - Adds Roboto fonts to your index.html
18
+ - Ensure project dependencies are placed in ` package.json `
19
+ - Ensure project dependencies are placed in your app module
20
+ - Add Prebuilt or Setup Custom Theme
21
+ - Add Roboto fonts to your index.html
22
22
- Apply simple CSS reset to body
23
23
24
24
25
25
## Generator Schematics
26
- In addition to the install schematic Angular Material has three schematics it comes packaged with:
26
+ In addition to the install schematic, Angular Material has three schematics it comes packaged with:
27
27
28
28
- Navigation
29
29
- Dashboard
30
30
- Table
31
31
32
32
### Navigation Schematic
33
33
The navigation schematic will create a new component that includes
34
- a toolbar with the app name and the side nav responsive based on Material
34
+ a toolbar with the app name and a responsive side nav based on Material
35
35
breakpoints.
36
36
37
37
```
0 commit comments