docs(core): docs fixes (#11212)

This commit is contained in:
Victor Savkin
2016-09-01 11:45:59 -07:00
committed by Martin Probst
parent 50e171c09b
commit 0bb94df1da
4 changed files with 9 additions and 14 deletions

View File

@ -50,7 +50,6 @@ export interface ClassDefinition {
* ```
* var MyClass = ng
* .Component({...})
* .View({...})
* .Class({...});
* ```
*
@ -58,7 +57,6 @@ export interface ClassDefinition {
*
* ```
* @ng.Component({...})
* @ng.View({...})
* class MyClass {...}
* ```
* @stable