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 Nov 24, 2019 in Angular by rajeshsharma
0 votes
asked Nov 24, 2019 in Angular by rajeshsharma
0 votes
asked Jan 6, 2020 in Angular by sharadyadav1986
+1 vote
asked Jan 31, 2022 in Azure Data Lake Storage by sharadyadav1986
...