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