How to share information between controllers in AngularJS?
Answer Posted / chaitanya
There are various different ways to share data between controllers in an AngularJS app. The most commonly used are Scope, Service, Factory and Providers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What angular is doing with bazel compiler?
How to run angular5 application locally during development?
What is data binding and its types?
What is change detection strategy in angular?
What are the form validations supported by angularjs?
What is spa in angular?
What is template reference variable in angular?
What is an AsyncPipe in Angular?
How to get user input from a template reference variable?
What is the use of canactivate in angular?
Explain bazel?
What are the Pipes?
What do you mean by a structural directive in angular 2?
Doadd(1,2) doadd(1,2,3,4) use the above arguments to sum the value. Using without any parameter receive throught the function.?
What is the difference between a unit and end-to-end (e2e) test in angularjs?