File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,20 @@ import { MaterialModule } from '@angular/material';
33
33
export class PizzaPartyAppModule { }
34
34
```
35
35
36
- ## Including core and theme styles:
37
- This is required to apply all of the core and theme styles to your application.
38
- See the [ theming guide ] ( docs/theming.md ) for instructions .
36
+ ## Include the core and theme styles:
37
+ This is ** required** to apply all of the core and theme styles to your application. You can either
38
+ use a pre-built theme, or define your own custom theme .
39
39
40
+ :trident : See the [ theming guide] ( docs/theming.md ) for instructions.
40
41
41
- ## Additional setup for ` md-slide-toggle ` and ` md-slider ` :
42
+ ### Additional setup for ` md-slide-toggle ` and ` md-slider ` :
42
43
The slide-toggle and slider components have a dependency on [ HammerJS] ( http://hammerjs.github.io/ ) .
43
44
44
45
Add HammerJS to your application via [ npm] ( https://www.npmjs.com/package/hammerjs ) , a CDN
45
46
(such as the [ Google CDN] ( https://developers.google.com/speed/libraries/#hammerjs ) ), or served
46
47
directly from your app.
47
48
48
- ## [ Optional] Using Material Design icons with ` md-icon ` :
49
+ ### [ Optional] Using Material Design icons with ` md-icon ` :
49
50
50
51
- If you want to use Material Design icons in addition to Angular Material components,
51
52
load the Material Design font in your ` index.html ` .
You can’t perform that action at this time.
0 commit comments