+1 vote
in Angular by
List at down the ways in which you can communicate between applications modules using core Angular functionality.

1 Answer

0 votes
by

Below are the most general ways for communicating between application modules using core Angular functionality :

Using events

Using services

By assigning models on $rootScope

Directly between controllers [$parent, $$childHead, $$nextSibling, etc.]

Directly between controllers [ControllerAs, or other forms of inheritance]

Related questions

0 votes
asked Mar 23, 2020 in SAP by AdilsonLima
0 votes
asked Aug 11, 2023 in Angular by DavidAnderson
...