The _____ strategy in Angular's change detection checks the component and its children only when an event is fired.
- Always
- CheckOnce
- Default
- OnPush
The OnPush strategy in Angular's change detection checks the component and its children only when an event is fired, optimizing performance.
Loading...
Related Quiz
- In Angular, the _____ Guard checks whether a route can be deactivated.
- In the context of debugging, what does the term "source maps" refer to in Angular applications?
- In Angular, what does a pipe do?
- You are building a real-time dashboard that fetches data from multiple sources. You want to update the UI as soon as any of the data sources emit a new value. Which RxJS operator would be most suitable for this use case?
- The [style.color] syntax in an Angular template is an example of _____ binding.