https://github.com/LionMarc/ng-simple-state-management
Simple state management for angular applications
https://github.com/LionMarc/ng-simple-state-management
Last synced: about 1 month ago
JSON representation
Simple state management for angular applications
- Host: GitHub
- URL: https://github.com/LionMarc/ng-simple-state-management
- Owner: LionMarc
- License: mit
- Created: 2022-09-17T09:51:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T12:57:13.000Z (about 2 months ago)
- Last Synced: 2025-03-11T00:08:33.779Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://lionmarc.github.io/ng-simple-state-management/
- Size: 3.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-angular - ng-simple-state-management - Simple state management implementation for Angular applications. This project provides several libraries for additional functionality. (Table of contents / Third Party Components)
- awesome-angular - ng-simple-state-management - Simple state management implementation for Angular applications. This project provides several libraries for additional functionality. (Table of contents / Third Party Components)
README
# ng-simple-state-management

[](https://github.com/LionMarc/ng-simple-state-management/actions/workflows/build.yml)

[](https://www.npmjs.com/package/ngssm-store)
[](LICENSE)
[](http://hits.dwyl.com/LionMarc/ng-simple-state-management)
[](https://npmjs.ccom/package/ngssm-store)Simple state management implementation for angular applications.
This project provides several libraries:
- [ngssm-toolkit](/projects/ngssm-toolkit/README.md): provides some utilities;
- [ngssm-store](/projects/ngssm-store/README.md) : simple state management implementation;
- [ngssm-schematics](/projects/ngssm-schematics/README.md) : provides schematics to initialize workspace, create custom components, services...
- [ngssm-remote-data](/projects/ngssm-remote-data/README.md) : helpers to manage data provided by remote services;
- [ngssm-navigation](/projects/ngssm-navigation/README.md) : helpers to control angular navigation;
- [ngssm-ag-grid](/projects/ngssm-ag-grid/README.md) : used to manage [ag-grid](https://www.ag-grid.com/) state with the store;
- [ngssm-shell](/projects/ngssm-shell/README.md) : a complete customizable shell component;
- [ngssm-ace-editor](/projects/ngssm-ace-editor/README.md) : simple wrapper of [ace-editor](https://ace.c9.io/);
- [ngssm-tree](/projects/ngssm-tree/README.md) : a tree view with *ngssm-store* and data async loading.