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

Commit d565050

Browse files
rexebinwardbell
authored andcommitted
Removed @view Decorator
closes #1590
1 parent 90b1e0b commit d565050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/component-styles.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ a(id='loading-styles')
156156
### Style URLs in Metadata
157157

158158
We can load styles from external CSS files by adding a `styleUrls` attribute
159-
into a component's `@Component` or `@View` #{_decorator}:
159+
into a component's `@Component` #{_decorator}:
160160

161161
+makeExample('component-styles/ts/app/hero-details.component.ts', 'styleurls')
162162

0 commit comments

Comments
 (0)