Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).