From 016f0d8e9e8baeadd663c82c5bf21cefe5d68f89 Mon Sep 17 00:00:00 2001 From: Andreas Wissel Date: Wed, 2 Mar 2016 21:34:45 +0100 Subject: [PATCH] fix: Typo in async.ts Closes #7382 --- modules/@angular/facade/src/async.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.