Simple state management implementation for angular applications.
This project provides several libraries:
- ngssm-toolkit: provides some utilities;
- ngssm-store : simple state management implementation;
- ngssm-schematics : provides schematics to initialize workspace, create custom components, services...
- ngssm-remote-data : helpers to manage data provided by remote services;
- ngssm-navigation : helpers to control angular navigation;
- ngssm-ag-grid : used to manage ag-grid state with the store;
- ngssm-shell : a complete customizable shell component;
- ngssm-ace-editor : simple wrapper of ace-editor;
- ngssm-tree : a tree view with ngssm-store and data async loading.