docs(style-guide): replace incorrect use of `styleUrls` with `styles` (#3105)

This commit is contained in:
Marcin Mazurek 2017-01-17 07:43:07 +01:00 committed by Ward Bell
parent 35bbeb2e01
commit a5204e7009
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import { Hero, HeroService } from './shared';
</div>
</div>
`,
styleUrls: [`
styles: [`
.heroes {
margin: 0 0 2em 0; list-style-type: none; padding: 0; width: 15em;
}