Você está na página 1de 1

The state in which app gets loaded is called initial state

Which type of application have "multiple stores"? Ngrx rxjs redux

____ is popular State Management Library. @ngrx/store

____ is similar to @ngrx/effects, as both are models for performing side-effects


redux-saga

@ngrx is a utility toolkit built upon principles defined by redux

Which component is interacts with services? Smart components

Which of the following is needed to add side-effect capabilities to your


application? @ngrx/effects

Who handles async calls? Effects

Reducers should be pure functions, meaning they should not generate ----- side
effects

___ is single immutable data structure store

Reducers take the previous state and __________ to compute the new state action

You install ngrx using which command? npm install @ngrx/core @ngrx/store --save

Dumb Component communicates events to Smart Component through @Output

State can be only mutated through reducers

ngrx leans heavily on Observable paradigm. True

Você também pode gostar