Saved Bookmarks
| 1. |
What Is @outputs In Angular? |
|
Answer» COMPONENTS push out EVENTS using a combination of an @Output and an EventEmitter. This allows a CLEAN separation between reusable Components and application logic. Components push out events using a combination of an @Output and an EventEmitter. This allows a clean separation between reusable Components and application logic. |
|