Skip to content

Commit fcc5900

Browse files
jelbournkara
authored andcommitted
chore: make it more obvious theming setup is required (#1447)
1 parent e270e50 commit fcc5900

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

GETTING_STARTED.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,29 @@ import { MaterialModule } from '@angular/material';
3333
export 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`:
4142
The slide-toggle and slider components have a dependency on [HammerJS](http://hammerjs.github.io/).
4243

4344
Add 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
4546
directly 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

Comments
 (0)