An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ng-simple-state-management

![build workflow](https://github.com/LionMarc/ng-simple-state-management/actions/workflows/build.yml/badge.svg)
[![Tests](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/LionMarc/0e6ea813e47d66e72b3c7b1be39bd10e/raw)](https://github.com/LionMarc/ng-simple-state-management/actions/workflows/build.yml)
![publish workflow](https://github.com/LionMarc/ng-simple-state-management/actions/workflows/publish.yml/badge.svg)
[![npm version](https://img.shields.io/npm/v/ngssm-store.svg)](https://www.npmjs.com/package/ngssm-store)
[![license](https://img.shields.io/badge/License-MIT-purple.svg)](LICENSE)
[![HitCount](https://hits.dwyl.com/LionMarc/ng-simple-state-management.svg?style=flat-square)](http://hits.dwyl.com/LionMarc/ng-simple-state-management)
[![Npm package monthly downloads](https://badgen.net/npm/dm/ngssm-store)](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.