Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Angular 2 Game Of States Interview Questions and Answers
Home
Questions
Angular 2 Game Of States
0
votes
What are observables?
answered
Jul 11, 2023
in
Angular 2 Game Of States
by
rahuljain1
angular
0
votes
ngrx leans heavily on Observable paradigm.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#ngrx-lens
0
votes
Which type of application has multiple stores?
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#application-flux
0
votes
__________ is similar to @ngrx/effects, as both are models for performing side-effects.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#ng2-redux
0
votes
_________ is a single immutable data structure.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#data-structure
immutable-data-structure
0
votes
__________ handles async calls.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#call-handler
+1
vote
Which of the following is needed to add side effect capabilities to your application?
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
side-effects
+1
vote
@ngrx is a utility toolkit built upon principles defined by _________.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
ngrx-toolkit
+1
vote
State can be mutated only through __________.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
mute-state
state-mute
0
votes
You install ngrx using which command?
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#ngrx-install
ngrx-command
0
votes
The state in which the app gets loaded is called ________.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#app-state
0
votes
Reducers should be pure functions, which means they should not generate ________.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#angular-reducers
reducers-action
+1
vote
Which component interacts with services?
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
interaction-component
0
votes
Reducers take the previous state and __________ to compute the new state.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#state-compute
reducers
0
votes
________ is a popular State Management Library.
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
sharadyadav1986
#state-management
+1
vote
Dumb Component communicates events to the Smart Component through ________
answered
Jan 23, 2022
in
Angular 2 Game Of States
by
Robindeniel
dumb-component
0
votes
What is State?
answered
Oct 21, 2020
in
Angular 2 Game Of States
by
sharadyadav1986
#what-is-state
0
votes
What is the active route in a website?
answered
Oct 21, 2020
in
Angular 2 Game Of States
by
sharadyadav1986
#active-route
Help get things started by
asking a question
.
...