Store

E696491

Store is the central NgRx state container that holds application state and enables reactive, unidirectional data flow in Angular applications.

All labels observed (1)

Label Occurrences
Store canonical 1

How this entity was disambiguated

Statements (41)

Predicate Object
instanceOf Angular library component ⓘ
NgRx API ⓘ
state container ⓘ
allows feature state composition ⓘ
memoized selectors ⓘ
basedOn Redux pattern ⓘ
linked to: Redux
category Angular state management library component ⓘ
compatibleWith Angular CLI ⓘ
configuredVia StoreModule.forFeature ⓘ
linked to: NgRx

StoreModule.forRoot ⓘ
definedIn @ngrx/store package ⓘ
linked to: NgRx
encourages separation of concerns ⓘ
testable state management ⓘ
enforces immutability of state ⓘ
exposes dispatch method ⓘ
observable state stream ⓘ
select method ⓘ
holds application state ⓘ
hostedOn GitHub (ngrx/platform) ⓘ
linked to: GitHub
integratesWith NgRx Actions ⓘ
linked to: NgRx

NgRx Effects ⓘ
linked to: NgRx

NgRx Entity ⓘ
linked to: NgRx

NgRx Reducers ⓘ
linked to: NgRx

NgRx Router Store ⓘ
linked to: NgRx
license MIT License ⓘ
maintainedBy NgRx team ⓘ
observableType Observable ⓘ
partOf NgRx ⓘ
pattern single source of truth ⓘ
primaryRole centralized state management ⓘ
receives actions ⓘ
returns new state ⓘ
scope frontend state management ⓘ
supports reactive data flow ⓘ
time-travel debugging (via DevTools) ⓘ
unidirectional data flow ⓘ
updatesStateVia reducers ⓘ
usedFor feature module state ⓘ
global application state ⓘ
usedIn Angular applications ⓘ
writtenIn TypeScript ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

NgRx → coreConcept → Store ⓘ