diff --git a/modules/@angular/facade/src/async.ts b/modules/@angular/facade/src/async.ts index 00c26b5365..d9e7ebf9c6 100644 --- a/modules/@angular/facade/src/async.ts +++ b/modules/@angular/facade/src/async.ts @@ -92,7 +92,13 @@ export class ObservableWrapper { * } * ``` * - * Use Rx.Observable but provides an adapter to make it work as specified here: + * The events payload can be accessed by the parameter `$event` on the components output event handler: + * + * ``` + * + * ``` + * + * Uses Rx.Observable but provides an adapter to make it work as specified here: * https://github.com/jhusain/observable-spec * * Once a reference implementation of the spec is available, switch to it.