How do observables work?



How do observables work?..

Answer / Ramendra Kaushik

Observables are a type of asynchronous data stream in RxJS, the reactive programming library used by AngularJS. Observables allow developers to subscribe to and manipulate data sequences (e.g., arrays, streams). They can emit multiple values over time or complete when they have no more values to emit.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What is $scope and $rootScope?

1 Answers   SLK Software,


Why is angular better?

1 Answers  


In angular js, we need to worry about security holes?

1 Answers  


What is the main purpose of find index in angularjs?

1 Answers  


How do you interact between two components?

1 Answers  


Difference between var, let, const?

1 Answers  


Can you automate porting angular 1 code to angular 2?

1 Answers  


What is $emit, $broadcast and $on in AngularJS?

1 Answers  


What is router-link directive in angular 2?

1 Answers  


How will you initialize a select box with options on page load?

1 Answers  


What is a scope in AngularJS?

1 Answers  


List at down the ways in which you can communicate between applications modules using core angular functionality.

1 Answers  


Categories