Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit a5204e7

Browse files
marcin-mazurekwardbell
authored andcommitted
docs(style-guide): replace incorrect use of styleUrls with styles (#3105)
1 parent 35bbeb2 commit a5204e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/style-guide/ts/05-04/app/heroes/heroes.component.avoid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Hero, HeroService } from './shared';
2121
</div>
2222
</div>
2323
`,
24-
styleUrls: [`
24+
styles: [`
2525
.heroes {
2626
margin: 0 0 2em 0; list-style-type: none; padding: 0; width: 15em;
2727
}

0 commit comments

Comments
 (0)