State Manager
This library was generated with Angular CLI version 17.3.0.
About
Inspiré de @ngxs/store, ce gestionnaire d'état se veut plus sobre,
et se base sur les signaux à la place des observables.
Installation
- From npm:
npm install @alkemist/ng-state-manager
- From yarn:
yarn add @alkemist/ng-state-manager
Test
- From npm:
npm test
- From yarn:
yarn test
Code scaffolding
Run ng generate component component-name --project ng-state-manager
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ng-state-manager
.
Note: Don't forget to add --project ng-state-manager
or else it will be added to the default project in your angular.json
file.
Build
Run ng build ng-state-manager
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build ng-state-manager
, go to the dist folder cd dist/ng-state-manager
and run npm publish
.
Running unit tests
Run ng test ng-state-manager
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
License
Apache License, Version 2.0