@@ -33,27 +33,29 @@ import { MaterialModule } from '@angular/material';
3333export class PizzaPartyAppModule { }
3434```
3535
36- ### Including core and theme styles:
37- See the [ theming guide] ( docs/theming.md ) for more information.
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.
3839
3940
40- ### Additional setup for ` md-slide-toggle ` and ` md-slider ` :
41+ ## Additional setup for ` md-slide-toggle ` and ` md-slider ` :
4142The slide-toggle and slider components have a dependency on [ HammerJS] ( http://hammerjs.github.io/ ) .
4243
4344Add HammerJS to your application via [ npm] ( https://www.npmjs.com/package/hammerjs ) , a CDN
4445(such as the [ Google CDN] ( https://developers.google.com/speed/libraries/#hammerjs ) ), or served
4546directly from your app.
4647
47- ### [ Optional] Using Material Design icons with ` md-icon ` :
48+ ## [ Optional] Using Material Design icons with ` md-icon ` :
4849
49- - If you want to use Material Design icons, load the Material Design font in your ` index.html ` .
50- ` md-icon ` supports any font icons or svg icons, so this is only one potential option.
50+ - If you want to use Material Design icons in addition to Angular Material components,
51+ load the Material Design font in your ` index.html ` .
52+ ` md-icon ` supports any font icons or svg icons, so this is only one option for an icon source.
5153
5254** src/index.html**
5355``` html
5456<link href =" https://fonts.googleapis.com/icon?family=Material+Icons" rel =" stylesheet" >
5557```
5658
57- ### Sample Angular Material 2 projects
59+ ## Sample Angular Material 2 projects
5860- [ Material 2 Sample App] ( https://github.com/jelbourn/material2-app )
5961- [ Angular Connect 2016 Demo] ( https://github.com/kara/leashed-in )
0 commit comments