InterviewSolution
Saved Bookmarks
| 1. |
How do you manage communication between different Controllers? |
|
Answer» You can create events to enable communication between controllers. You can allow one controller to trigger events in different controller. All events that you create in component controller they are available in component. |
|