mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ede4246663
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