In NgRx, the _____ is responsible for changing the state based on the action received.
- Dispatcher
- Effect
- Reducer
- Selector
In NgRx, the Reducer is responsible for changing the state based on the action received. A reducer defines how the state should change.
Loading...
Related Quiz
- You have a suite of E2E tests written using Protractor, and a particular test is flaky, occasionally failing without any code changes. What approach can you take to identify and resolve the issue?
- What is a directive in Angular?
- To define custom validators in reactive forms, you need to implement a function that returns a/an _____ .
- You've been given a task to add PWA (Progressive Web App) capabilities to your existing Angular application. Which Angular CLI command would you use to achieve this?
- What does a service in Angular typically consist of?