https://github.com/ramartinez7/angular-observable-store
RxJS powered state management for Reactive Angular applications implementing Observable Store + Facades
https://github.com/ramartinez7/angular-observable-store
angular facade-pattern ng-zorro-antd observable-stores rxjs state-management
Last synced: about 2 months ago
JSON representation
RxJS powered state management for Reactive Angular applications implementing Observable Store + Facades
- Host: GitHub
- URL: https://github.com/ramartinez7/angular-observable-store
- Owner: ramartinez7
- License: apache-2.0
- Created: 2020-06-21T21:06:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T03:17:10.000Z (over 3 years ago)
- Last Synced: 2023-03-05T12:11:27.540Z (over 2 years ago)
- Topics: angular, facade-pattern, ng-zorro-antd, observable-stores, rxjs, state-management
- Language: TypeScript
- Homepage: http://angular-observable-store.azurewebsites.net/
- Size: 376 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Observable Store
> RxJS powered state management for Reactive Angular applications implementing Observable Store + Facades
Starting point to develop reactive applications using the Observable Store + Facades pattern and NG-ZORRO for UI.

[](https://github.com/prettier/prettier)## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Further help
Submit an issue or fork the project to help me improve it.