docs(annotations_impl): fix invalid code blocks
This commit is contained in:
parent
65cbcb2f73
commit
2cc2196140
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user