angular/aio/content/examples/event-binding/src/app
George Kalpakas 32c07ceca0 docs(core): fix typo in event-binding code example (#31611)
`item` is an object, so it is stringified to `[object Object]`. Using
its `name` property produces a more meaningful message.

PR Close #31611
2019-07-17 13:26:48 -04: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(core): fix typo in event-binding code example (#31611) 2019-07-17 13:26:48 -04: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