Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yurakhomitsky/ngx-view-state
ngx-view-state library for handling Loading/Success/Error in NgRx
https://github.com/yurakhomitsky/ngx-view-state
angular ngrx
Last synced: 3 months ago
JSON representation
ngx-view-state library for handling Loading/Success/Error in NgRx
- Host: GitHub
- URL: https://github.com/yurakhomitsky/ngx-view-state
- Owner: yurakhomitsky
- Created: 2024-05-15T14:19:35.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-16T10:37:45.000Z (4 months ago)
- Last Synced: 2024-07-25T18:52:10.545Z (4 months ago)
- Topics: angular, ngrx
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ngx-view-state
- Size: 382 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-angular - ngx-view-state - Library for handling Loading/Success/Error in NgRx. (Table of contents / Third Party Components)
- fucking-awesome-angular - ngx-view-state - Library for handling Loading/Success/Error in NgRx. (Table of contents / Third Party Components)
README
# NgxViewState
This repository contains example of using `ngx-view-state` library in Angular application and the library itself.## Development server
Run `npm run build-lib watch` to build the library.
Run `npm run start` for a dev server for the Application. Navigate to `http://localhost:4200/`
#### Stackblitz Example
[https://stackblitz.com/edit/ngx-view-state](https://stackblitz.com/edit/ngx-view-state)## Library Documentation
If you're interested in using the library, please see the [library documentation](./projects/ngx-view-state/README.md).