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: 23 days 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T14:03:07.000Z (4 months ago)
- Last Synced: 2024-10-13T08:41:37.545Z (2 months ago)
- Topics: angular, ngrx
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ngx-view-state
- Size: 384 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
>Library for managing Loading/Success/Error in Angular applications that use NgRx.
This repository contains example of using `ngx-view-state` library in Angular application and the library itself.
## Library Documentation
For more information about the library, please refer to the [library documentation](./projects/ngx-view-state/README.md)
## 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)