diff --git a/modules/@angular/docs/cheatsheet/directive-and-component-decorators.md b/modules/@angular/docs/cheatsheet/directive-and-component-decorators.md index dcfe62e755..d4f85e2910 100644 --- a/modules/@angular/docs/cheatsheet/directive-and-component-decorators.md +++ b/modules/@angular/docs/cheatsheet/directive-and-component-decorators.md @@ -13,7 +13,7 @@ syntax(js): `ng.core.Input(myProperty, myComponent);`|`ng.core.Input(`|`);` description: Declares an input property that we can update via property binding (e.g. -``). +``). @cheatsheetItem @@ -22,7 +22,7 @@ syntax(ts dart): syntax(js): `myEvent = new ng.core.EventEmitter(); ng.core.Output(myEvent, myComponent);`|`ng.core.Output(`|`);` description: -Declares an output property that fires events to which we can subscribe with an event binding (e.g. ``). +Declares an output property that fires events to which we can subscribe with an event binding (e.g. ``). @cheatsheetItem