We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cbcb2 commit 2cc2196Copy full SHA for 2cc2196
modules/angular2/src/core/annotations_impl/annotations.ts
@@ -565,6 +565,7 @@ export class Directive extends Injectable {
565
* Use `propertyName: eventName` when the event emitter property name is different from the name
566
* of the emitted event:
567
*
568
+ * ```
569
* @Component({
570
* events: ['status: statusChange']
571
* })
@@ -771,6 +772,7 @@ export class Directive extends Injectable {
771
772
773
* ## Simple Example
774
775
776
* @Directive({
777
* selector: 'child-dir',
778
* exportAs: 'child'
0 commit comments