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 |
What is $scope and $rootScope?
Why is angular better?
In angular js, we need to worry about security holes?
What is the main purpose of find index in angularjs?
How do you interact between two components?
Difference between var, let, const?
Can you automate porting angular 1 code to angular 2?
What is $emit, $broadcast and $on in AngularJS?
What is router-link directive in angular 2?
How will you initialize a select box with options on page load?
What is a scope in AngularJS?
List at down the ways in which you can communicate between applications modules using core angular functionality.