0 votes
in Angular 2 Game Of States by
recategorized by

You install ngrx using which command?

Select the correct answer from below given options:

a) ng install @ngrx/core @ngrx/store --save

b) npm install ngrx/core ngrx/store --save

c) npm install @ngrx/core @ngrx/store --save

d) ng install ngrx/core ngrx/store --save

1 Answer

0 votes
by
c) npm install @ngrx/core @ngrx/store --save
...