Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 986 Bytes

File metadata and controls

29 lines (21 loc) · 986 Bytes

State Management

Component state

  • Component properties for basic interpolation
  • Observable Behavior Subjects (or Subjects) for reactive interpolation with async pipe
  • NgRx Component Store

Application state

Study Note:

NgRx is Angular team approved and industry recognised for Enterprise development.

NGXS and Akita are more lightweight, with a shorter learning curve and reduced boiler plate.

Knowing that, you can choose which one suits your career / learning path.