From a5204e7009f04cebad26c9797bfefde55b0dfe3a Mon Sep 17 00:00:00 2001 From: Marcin Mazurek Date: Tue, 17 Jan 2017 07:43:07 +0100 Subject: [PATCH] docs(style-guide): replace incorrect use of `styleUrls` with `styles` (#3105) --- .../style-guide/ts/05-04/app/heroes/heroes.component.avoid.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/_examples/style-guide/ts/05-04/app/heroes/heroes.component.avoid.ts b/public/docs/_examples/style-guide/ts/05-04/app/heroes/heroes.component.avoid.ts index 22be77d9d8..0ceb37032d 100644 --- a/public/docs/_examples/style-guide/ts/05-04/app/heroes/heroes.component.avoid.ts +++ b/public/docs/_examples/style-guide/ts/05-04/app/heroes/heroes.component.avoid.ts @@ -21,7 +21,7 @@ import { Hero, HeroService } from './shared'; `, - styleUrls: [` + styles: [` .heroes { margin: 0 0 2em 0; list-style-type: none; padding: 0; width: 15em; }