docs(core): docs fixes (#11212)
This commit is contained in:

committed by
Martin Probst

parent
50e171c09b
commit
0bb94df1da
@ -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
|
||||
|
Reference in New Issue
Block a user