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';
3333export class PizzaPartyAppModule { }
3434```
3535
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 .
3939
40+ :trident : See the [ theming guide] ( docs/theming.md ) for instructions.
4041
41- ## Additional setup for ` md-slide-toggle ` and ` md-slider ` :
42+ ### Additional setup for ` md-slide-toggle ` and ` md-slider ` :
4243The slide-toggle and slider components have a dependency on [ HammerJS] ( http://hammerjs.github.io/ ) .
4344
4445Add HammerJS to your application via [ npm] ( https://www.npmjs.com/package/hammerjs ) , a CDN
4546(such as the [ Google CDN] ( https://developers.google.com/speed/libraries/#hammerjs ) ), or served
4647directly from your app.
4748
48- ## [ Optional] Using Material Design icons with ` md-icon ` :
49+ ### [ Optional] Using Material Design icons with ` md-icon ` :
4950
5051- If you want to use Material Design icons in addition to Angular Material components,
5152load the Material Design font in your ` index.html ` .
You can’t perform that action at this time.
0 commit comments