docs(style-guide): replace incorrect use of `styleUrls` with `styles` (#3105)
This commit is contained in:
parent
35bbeb2e01
commit
a5204e7009
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue