chore(docs): remove @View decorator from examples in docs

Closes #4666
This commit is contained in:
Alex Eagle
2015-10-11 07:41:19 -07:00
committed by Alex Eagle
parent 62005dd127
commit b96784756c
36 changed files with 181 additions and 263 deletions

View File

@ -138,9 +138,7 @@ export function platform(bindings?: Array<Type | Provider | any[]>): PlatformRef
*
* ```
* @Component({
* selector: 'my-app'
* })
* @View({
* selector: 'my-app',
* template: 'Hello {{ name }}!'
* })
* class MyApp {