Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 2.05 KB

ngrx.md

File metadata and controls

35 lines (29 loc) · 2.05 KB

Bookmarks tagged [ngrx]

https://medium.com/bb-tutorials-and-thoughts/communication-patterns-in-angular-9b0a829aa916

Angular follows a two-way data flow pattern, meaning you can send data up and down the component tree. As everything in the Angular is a component, understanding communication between components is cr...


https://www.ngxs.io/

NGXS is a state management pattern + library for Angular. It acts as a single source of truth for your application's state, providing simple rules for predictable state mutations.

NGXS is modeled aft...


https://github.com/johnpapa/angular-ngrx-data

Angular with ngRx and experimental ngrx-data helper


https://github.com/ngrx/platform

Monorepo for ngrx codebase