angular/aio/content/examples/event-binding/src/app
Vincent Guo 8555016eec docs: fix the payload in event-binding sample code (#30429)
after reading the context. there are  some clues to infer the payload should be the `item`, not `item.name`.
1.  EventEmitter<Item>.
2.  the desc say that:
The component defines a deleteRequest property that returns an EventEmitter. When the user clicks delete, the component invokes the delete() method, telling the EventEmitter to emit an **Item** object.

PR Close #30429
2019-05-15 14:12:02 -07:00
..
item-detail docs: fix the payload in event-binding sample code (#30429) 2019-05-15 14:12:02 -07:00
app.component.css docs: rewrite event binding section and add example (#26162) 2019-01-22 11:31:41 -08:00
app.component.html docs: rewrite event binding section and add example (#26162) 2019-01-22 11:31:41 -08:00
app.component.spec.ts docs: rewrite event binding section and add example (#26162) 2019-01-22 11:31:41 -08:00
app.component.ts docs: make method arguments optional for event-binding example (#28592) 2019-02-11 17:09:25 +00:00
app.module.ts docs: rewrite event binding section and add example (#26162) 2019-01-22 11:31:41 -08:00
click.directive.ts docs: rewrite event binding section and add example (#26162) 2019-01-22 11:31:41 -08:00
item.ts docs: rewrite event binding section and add example (#26162) 2019-01-22 11:31:41 -08:00