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: 23 days ago
JSON representation

ngx-view-state library for handling Loading/Success/Error in NgRx

Awesome Lists containing this project

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)