Skip to content

Commit 77f55a8

Browse files
marcin-mazurekabdel-ships-it
authored andcommitted
docs(style-guide): replace incorrect use of styleUrls with styles (angular#3105)
1 parent dfa3ad4 commit 77f55a8

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

+1-1
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)