Removed @View Decorator

closes #1590
This commit is contained in:
Zhimin YE(Rex) 2016-06-02 21:34:11 +01:00 committed by Ward Bell
parent 90b1e0be8d
commit d5650500c8
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ a(id='loading-styles')
### Style URLs in Metadata
We can load styles from external CSS files by adding a `styleUrls` attribute
into a component's `@Component` or `@View` #{_decorator}:
into a component's `@Component` #{_decorator}:
+makeExample('component-styles/ts/app/hero-details.component.ts', 'styleurls')