Skip to content

Commit 2cc2196

Browse files
docs(annotations_impl): fix invalid code blocks
1 parent 65cbcb2 commit 2cc2196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/angular2/src/core/annotations_impl/annotations.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ export class Directive extends Injectable {
565565
* Use `propertyName: eventName` when the event emitter property name is different from the name
566566
* of the emitted event:
567567
*
568+
* ```
568569
* @Component({
569570
* events: ['status: statusChange']
570571
* })
@@ -771,6 +772,7 @@ export class Directive extends Injectable {
771772
*
772773
* ## Simple Example
773774
*
775+
* ```
774776
* @Directive({
775777
* selector: 'child-dir',
776778
* exportAs: 'child'

0 commit comments

Comments
 (0)