docs(annotations_impl): fix invalid code blocks

This commit is contained in:
Peter Bacon Darwin 2015-06-09 23:11:08 +01:00
parent 65cbcb2f73
commit 2cc2196140

View File

@ -565,6 +565,7 @@ export class Directive extends Injectable {
* Use `propertyName: eventName` when the event emitter property name is different from the name * Use `propertyName: eventName` when the event emitter property name is different from the name
* of the emitted event: * of the emitted event:
* *
* ```
* @Component({ * @Component({
* events: ['status: statusChange'] * events: ['status: statusChange']
* }) * })
@ -771,6 +772,7 @@ export class Directive extends Injectable {
* *
* ## Simple Example * ## Simple Example
* *
* ```
* @Directive({ * @Directive({
* selector: 'child-dir', * selector: 'child-dir',
* exportAs: 'child' * exportAs: 'child'