A cold observable starts emitting values only when it has at least one subscriber.
- delayed
- hot
- multicasting
- synchronous
A cold observable starts emitting values only when it has at least one subscriber.
Loading...
Related Quiz
- What is the purpose of the next() method in a Subject?
- When using a Route Resolver, what impact does it have on the navigation process?
- In an Angular application, you want to ensure that data for a specific route is fetched and ready before the route is activated. How would you achieve this?
- Which core building block of Angular is responsible for defining views, data, and logic?
- You are building a survey application where the questions change based on the user's previous responses. Which feature of Angular forms would be best suited to create this kind of dynamic behavior?