Main idea

ng-state holds application state as single immutable object. Application is made from nested components which changes different state places. Path to the state is built by passing path to child components. State actions are injected into component which can access certain peace of state.

Last updated