JSPM

Found 245 results for ngrx store

ngrx-store-logger

Advanced logging middleware for @ngrx/store

  • v0.2.4
  • 248.69
  • Published

ngrx-store-persist

ngrx-store-persist depends on @ngrx/store and angular 2+

  • v1.0.26
  • 197.66
  • Published

@larscom/ngrx-store-storagesync

Highly configurable state sync library between localStorage/sessionStorage and @ngrx/store (Angular)

  • v14.2.2
  • 175.70
  • Published

@ngworker/router-component-store

A strictly typed lightweight alternative to NgRx Router Store (@ngrx/router-store) and ActivatedRoute

  • v17.0.0
  • 144.88
  • Published

ngrx-store-reset

@ngrx/store meta reducer to reset the state

  • v0.0.3
  • 119.60
  • Published

mts-store

Reduxly library to create and manage store with entities, combination of entities and more. With connector to @ngrx/store

  • v7.0.0-28
  • 115.80
  • Published

store-saga

An Rx implementation of redux-saga for @ngrx/store

  • v1.0.0-beta.11
  • 108.51
  • Published

ngrx-store-sync

State and storage syncing for @ngrx/store

  • v0.2.2
  • 99.37
  • Published

@ngxtend/isolated-store

A set of schematics for using Angular and NgRx applying the Isolated Store pattern described at https://github.com/ngxtend/isolated-store

  • v1.1.2
  • 98.93
  • Published

@ssougnez/ng-store

ng-store is a reactive store management system for Angular. You can find the full document [over here](https://ssougnez.github.io/ng-store/).

    • v1.2.0-beta.0
    • 96.19
    • Published

    ngrx-entity-crud

    This library helps create the CRUD Angular application that makes use of NgRx. Commands for code generation: - `store`: Generates a feature set containing an `entity`, `actions`, `reducer`, ... file. - `section`: Generates a new Angular CRUD page contai

    • v19.2.6
    • 94.28
    • Published

    use-component-store

    Provides a bare minimum implementation of a component store for React using RxJS. It basically mimics what @ngrx/component-store does for Angular.

    • v2.0.5
    • 88.84
    • Published

    @ngxp/store-service

    Adds an abstraction layer / facade between Angular components and the ngrx store with powerful testing helpers

    • v19.0.0
    • 86.66
    • Published

    ngrx-store-capacitor

    Simple storage syncing between @ngrx/store and @capacitor.

    • v1.0.5
    • 79.73
    • Published

    ngrx-mockstore

    The MockStore library exported from @ngrx/store/testing, made available in a standalone package to accommodate @ngrx/store v5 and v6. Please note that this does not include the mock selector feature added in NgRx v8.

    • v1.0.0
    • 79.38
    • Published

    small-store

    A small, immutable, reactive and framework agnostic state store under 2KB powered by rxjs and immer with native typescript support. To be used with vanilla, react, preact, angular, vue or whatever you like.

    • v3.0.2
    • 74.45
    • Published

    jasmine-marbles

    Marble testing helpers for RxJS and Jasmine

    • v0.9.2
    • 73.64
    • Published

    ngrx-forms

    Proper integration of forms in Angular 4 applications using ngrx

    • v8.0.0
    • 73.18
    • Published

    ngrx-store-router

    Sync between the current router URL and @ngrx/store

    • v0.4.0
    • 67.27
    • Published

    @yoozly/ngrx-form

    Angular Lib that binds reactive-forms and @ngrx/store together.

    • v0.1.3
    • 64.36
    • Published

    @redrick-tmn/ngrx-store-logger

    Advanced logging middleware for @ngrx/store. Fork of https://github.com/btroncone/ngrx-store-logger.

    • v7.0.0
    • 64.34
    • Published

    ngrx-store-cli

    A schematic to generate NgRx store slices

    • v1.0.7
    • 61.28
    • Published

    ngrx-store-wrapper

    Angular library that lets you manage NgRx store state without writing actions, reducers, or effects manually, with built-in support for syncing to session and local storage

    • v3.2.1
    • 60.38
    • Published

    @tpx1/tpxrx

    tpxrx is a collection of nx workspace generators for a specific ngrx store pattern. tpxrx combines two goals to improve ngrx stores.

    • v0.0.7
    • 59.82
    • Published

    ts-action

    TypeScript action creators for Redux

    • v11.0.0
    • 58.53
    • Published

    ts-action-operators

    TypeScript action operators for NgRx and redux-observable

    • v9.1.2
    • 58.27
    • Published

    ss-ngrx-router-store

    Simple Serialized NgRx Router Store library serializes Angular router snapshots for NgRx Router Store. It searches entire route tree and puts only useful attributes into NgRx store. It is useful to newbies and experts alike.

    • v1.1.5
    • 57.23
    • Published

    @briebug/ngrx-auto-entity

    Automatic Entity State and Facades for NgRx. Simplifying reactive state!

    • v13.1.0
    • 56.98
    • Published

    ngrx-uml

    NGRX to Plant UML diagram

    • v1.0.2
    • 54.37
    • Published

    ngrx-correlation-id

    NGRX Store feature to track tasks via correlation id

    • v1.1.4
    • 54.21
    • Published

    ngrx-action-debouncer

    Debounce a stream of actions before being dispatched to @ngrx/store

    • v1.0.2
    • 53.93
    • Published

    @rilke/store

    Rilke State Management Library

    • v17.0.1
    • 53.70
    • Published

    @larscom/ngrx-signals-storage

    Save signal state (@ngrx/signals) to localstorage/sessionstorage and restore the state on page load (with SSR support).

    • v4.0.2
    • 53.40
    • Published

    ngrx-slice

    createSlice plugin for NgRX

    • v7.0.0
    • 52.35
    • Published

    ngrx-wieder

    Lightweight undo-redo for NgRx

    • v15.0.0
    • 51.79
    • Published

    rx-tiny-flux

    A lightweight, minimalist state management library for pure JavaScript projects, inspired by NgRx and Redux, and built with RxJS.

    • v1.0.27
    • 51.71
    • Published

    @slvi/data

    SLVI/Data is an abstraction over the Store, Effects, and Entity that radically reduces the amount of code you'll write. As with any abstraction, while you gain simplicity, you lose the explicitness of direct interaction with the supporting NgRx libraries.

    • v1.0.2
    • 51.15
    • Published

    ngrx-undo-redo

    undo-redo library for @ngrx/store

    • v1.0.5
    • 50.98
    • Published

    ngrxstoredata

    Store data using ngrx/store without using localstorage

      • v2.0.0
      • 50.33
      • Published

      ngrx-typed-actions

      Actions and Reducer Utility Library for NGRX

      • v8.0.4
      • 49.45
      • Published

      ngrx-actions

      Actions and Reducer Utility Library for NGRX

      • v4.0.0
      • 49.07
      • Published

      macs-ngrx-actions

      Actions and Reducer Utility Library for NGRX

      • v8.6.2
      • 47.60
      • Published

      chromerx

      Chrome extension store

      • v0.0.2
      • 47.34
      • Published

      ngrx-entity-relationship

      ORM selectors for redux, @ngrx/entity and @ngrx/data. Ease of relationships with entities.

      • v1.7.1
      • 47.17
      • Published

      ns-ngrx-debugger

      A minimal nativescript debugger for ngrx-store & ngrx-effects

      • v0.0.7
      • 46.93
      • Published

      ngrx-clean-forms

      This packages provides form integration for your state.

      • v6.1.0
      • 46.79
      • Published

      @nll/dux

      Flux and flux-like tools

      • v8.2.0
      • 45.94
      • Published

      ngx-material-translate

      The internationalization (i18n) library (including @angular/material, @ngrx/store, @ngrx/effects, @ngrx/entity) for Angular.

      • v1.0.2
      • 45.45
      • Published

      deox

      Functional Type-safe Flux Standard Utilities

      • v3.3.1
      • 45.10
      • Published

      @ibenvandeveire/ngx-store

      A set of utils and services to plug into a Redux/NGRX Angular workflow, created by Iben Van de Veire

      • v20.3.0
      • 44.71
      • Published

      @ngworker/router-signal-store

      A strictly typed lightweight alternative to NgRx Router Store and ActivatedRoute using NgRx Signals

      • v17.0.0
      • 43.69
      • Published

      ngrx-command-reducer

      A command-style redux reducer for Angular and ngrx/store with type checking for actions and their payloads

      • v1.1.0
      • 43.40
      • Published

      mathjax-angular

      A quick way to implement Mathjax v3 into your Angular project!

      • v3.0.0
      • 43.38
      • Published

      ngrx-store-many

      Have many ngrx stores, each isolated to a component instance tree

      • v0.1.6
      • 43.09
      • Published

      ngxs-forms

      Proper integration of forms in Angular 8+ applications using ngxs

      • v8.0.0
      • 42.79
      • Published

      @state-adapt/rxjs

      State management library built with RxJS and inspired by the adapter pattern introduced in NgRx/Entity.

      • v3.0.0
      • 42.48
      • Published

      ngrx-vis

      <p align="center"> <img src="https://github.com/co-IT/ngrx-vis/blob/master/assets/logo.png?raw=true"> </p>

      • v0.1.24
      • 42.31
      • Published

      dgp-ng-app

      Building blocks for Angular apps

      • v17.0.3
      • 42.05
      • Published

      ngrx-store-persist2

      ngrx-store-persist depends on @ngrx/store and angular 2+, upgraded version of ngrx-store-persist

      • v1.0.0
      • 41.21
      • Published

      ngx-reduxor

      Angular+Redux: templates generator to scaffold easily and with consistency, all in a simple command

      • v3.4.1
      • 41.08
      • Published

      reducer-class

      Boilerplate free class-based reducer creator. Built with TypeScript. Works with Redux and NGRX. Has integration with immer.

      • v1.4.0
      • 39.14
      • Published

      ngrx-reducer-effects

      Return side-effects as data from your NgRx reducers

      • v0.1.31
      • 38.93
      • Published

      storemessageutil

      util for working with ngrx-store

        • v1.0.0
        • 38.78
        • Published

        @instechnologies/ngrx-data-lib

        ngrx-data is a library that take care of the entity management of the state. With easy to use functionalities as: 1. Entities Services that can be injected and has all the logic to manage the entities. 2. Fluent API to make http requests to retrive the

        • v1.3.9
        • 38.35
        • Published

        imng-application-insights-ngrx

        Small library to facilitate the integration of Application Insights with an NGRX metaReducer.

        • v8.259.7
        • 36.65
        • Published

        ngrx-form-state

        Proper integration of forms in Angular 4 applications using ngrx

        • v20.0.0
        • 36.40
        • Published

        ngrx-snapshot

        Get a snapshot of ngrx store with the latest actions and state

        • v1.0.1
        • 36.38
        • Published

        redstore

        Syntactic sugar for `ngrx/store` reducer

        • v0.1.0
        • 36.35
        • Published

        ngrx-loading-state

        NgRx Loading State consistently manages loading actions such as API fetches.

        • v1.0.13
        • 36.25
        • Published

        ngrx-data-grid

        Highly-customizable grid based on the [Angular](https://angular.io/) and the [NgRx](https://ngrx.io/) framework.

        • v1.22.0
        • 34.74
        • Published

        @briebug/ngrx-entity-schematic

        An Angular schematic for quickly scaffolding NgRx Entities with actions, effects, reducer, model, service, and passing specs.

        • v0.2.0
        • 33.30
        • Published

        generate-ngrx

        generators for ngrx, based on best practices from ngrx/platform

        • v1.0.0
        • 33.25
        • Published

        distillerx

        Reduxly library to create and manage store with entities, combination of entities and more

        • v1.0.6
        • 33.07
        • Published

        @state-adapt/ngrx

        State management library built with RxJS and inspired by the adapter pattern introduced in NgRx/Entity.

        • v3.0.0
        • 32.57
        • Published

        ngx-statewise

        A lightweight and intuitive state management for Angular. Simpler than NgRx, more structured than DIY.

        • v0.6.4
        • 32.45
        • Published

        @zionapps/core

        Helper Methods for Angular, Ionic and NgRx projects.

          • v1.0.6
          • 32.31
          • Published

          redux-store-list

          Set of utilities for quickly creating lists of entities, along with reducers, types, and action creators

          • v0.3.0
          • 31.65
          • Published

          @xtream/yaem

          Pure javascript porting of @ngrx/entity to use also with React

          • v1.1.0
          • 31.47
          • Published

          ng2-storeservice

          StoreService to use ngrx + Immutable with ease and respecting Angular2 philosophy.

          • v1.2.0
          • 31.00
          • Published

          imng-oidc-client

          Small library to facilitate the integration of the ng-oidc-client library with the Auth0 identity provider.

          • v8.259.7
          • 30.72
          • Published

          ng-stator

          NgStator is a VERY OPINIATED ngrx toolbox to wrap most common behaviours used in an ngrx store.

          • v0.0.5
          • 30.70
          • Published

          @omm/ngrx-helpers

          Provides helpers simplifying usage of ngrx.

          • v0.2.0
          • 30.42
          • Published

          ngrx-requests

          unopinonatedly destroying network redux boilerplate

          • v2.0.5
          • 30.42
          • Published

          ngrx-run

          Return side-effects as data from your NgRx reducers

          • v0.2.20
          • 30.20
          • Published

          nongrx

          Basically an ngrx-clone without the need for angular.

          • v0.3.1
          • 29.19
          • Published

          ngbrx-paginator

          You have an application that uses ngrx to store your data. NgbrxPaginator gives you a really easy way to paginate your data with filters.

          • v0.5.1
          • 28.62
          • Published

          @zionappsupport/core

          Helper Methods for Angular, Ionic and NgRx projects.

            • v0.3.3
            • 28.36
            • Published

            @ngx-odm/rxdb

            Angular 14+ wrapper (module or standalone) for RxDB - A realtime Database for the Web

            • v6.0.1
            • 28.26
            • Published

            zaitun

            a functional and reactive framework for front-end application development either in JavaScript or a language like TypeScript that compiles to JavaScript.

            • v1.7.2
            • 27.95
            • Published

            @state-adapt/react

            State management library built with RxJS and inspired by the adapter pattern introduced in NgRx/Entity.

            • v3.0.0
            • 27.63
            • Published

            @0x404/ngrx-forms

            Proper integration of forms in Angular 4 applications using ngrx

            • v6.3.4
            • 27.58
            • Published

            ngrx-enums

            A small library that provides the base classes for for implementing @ngrx actions and reducers with ts-enums.

            • v0.0.11
            • 26.83
            • Published

            angular-mat-baum

            A strongly opinionated Angular Application Schematic using NgRx, Angular Flex Layout and Angular Material.

            • v15.0.0-beta.26
            • 26.80
            • Published

            ngrx-rest

            A practical reactive REST API data store for Angular and ngrx

            • v1.0.0
            • 26.56
            • Published

            ionic-state

            Provides utilities for working with state in Ionic applications

            • v3.0.67
            • 26.15
            • Published

            ngrx-utils

            Utilities Library for NgRx

            • v1.2.1
            • 25.77
            • Published

            genrx

            a collection of generic implementations for @ngrx/store and @ngrx/effects

            • v0.0.1
            • 25.43
            • Published

            tslint-ngrx

            A repository for opinionated ngrx rules.

            • v1.0.9
            • 25.35
            • Published

            angular-architect

            Architect Scaffolding for Angular +8X Applications

              • v2.1.10
              • 24.58
              • Published

              @obisey/angular

              Angular utilities, NgRx effect factory and helpers by Obisey

                • v0.2.62
                • 24.55
                • Published

                ngrx-state-sync

                Syncs application state with offline storage and resumes state on application startup

                • v0.2.7
                • 24.44
                • Published

                rx-fsa

                This TypeScript library provides factories for creating fully typed FSA-compliant Actions, reducers and RxJS utility operators.

                • v1.0.6
                • 24.20
                • Published

                ngrx-toastr

                toastr notification for angualr

                • v2.2.9
                • 24.07
                • Published

                @jtablada/notification-center

                A notification dispatch mechanism which enables the broadcast of information to registered observers.

                • v1.0.10
                • 23.53
                • Published

                @thecla/b2c-angular

                Angular module using NGRX to authenticate with Azure AD B2C

                • v10.2.0
                • 23.31
                • Published

                @loksa/angular

                A schematics to generate Feature state with

                • v0.0.5
                • 23.16
                • Published

                ngrx-state-schematic

                Schematic para generar estados NgRx (actions, reducer, selectors, effects) en Angular

                  • v1.1.3
                  • 22.79
                  • Published

                  angular-ngrx-crud

                  Game application used to demostrate the use of ngRx store & effects for CRUD operations

                  • v1.0.0
                  • 22.73
                  • Published

                  ngrx-helpers

                  A library to simplify ngrx implementation in Angular Apps

                  • v8.0.1
                  • 22.36
                  • Published

                  repellendusnihil

                  TypeScript action creators for Redux

                  • v1.3.3
                  • 22.18
                  • Published

                  actionstrategy

                  Helpful binary tree strategy object designed for NgRx. Which extrapolates said into a patterned Data Driven Architecture.

                  • v0.7.6
                  • 22.15
                  • Published

                  ngrx-router

                  Router bindings for NGRX

                  • v2.0.1
                  • 21.47
                  • Published

                  angular-swagger2

                  Generator of types, API and NGRX layer in TypeScript for Angular 12 apps

                  • v1.3.0
                  • 21.01
                  • Published

                  @message-bus/core

                  [![Netlify Status](https://api.netlify.com/api/v1/badges/375d6117-d4fe-42a7-8fd2-ed03618d04c2/deploy-status)](https://app.netlify.com/sites/ngrx-message-bus-demo/deploys)

                  • v13.0.0
                  • 20.36
                  • Published

                  ngrx-gen

                  A module level ngrx template generator using Plop

                  • v1.1.0
                  • 20.12
                  • Published

                  ng2-redux-select

                  Typescript Select Decorator for RxJS-based State Containers

                  • v0.0.3
                  • 20.10
                  • Published

                  ngx-crafter

                  Custom Angular CLI generator

                  • v1.2.1
                  • 19.99
                  • Published

                  @fvilli/simply-direct

                  A unified fullstack communication approach for NestJS + Angular with bidirectional real-time sync via sockets.

                  • v0.0.14
                  • 19.81
                  • Published

                  stama-rx

                  Side effects inspired by NGRX, built for UMD, with finish signal implemented for NodeJS app

                  • v1.0.2
                  • 19.79
                  • Published

                  node-rx

                  modified ngrx for node.js

                  • v0.0.3
                  • 19.47
                  • Published

                  ngx-test-helpers

                  A collection of helpers for testing Angular applications

                  • v3.0.2
                  • 19.29
                  • Published

                  ngrx-rehydrate

                  Persists parts of the state to localStorage and automatically load them as initial state after refresh/revisit of the page.

                  • v1.0.0
                  • 18.77
                  • Published

                  ngrx-form

                  Form bindings for NGRX

                  • v1.2.1
                  • 18.52
                  • Published

                  ngrx-registry

                  A Global, Type friendly, registry for your **NGRX** logic

                  • v1.0.0-alpha.8
                  • 18.23
                  • Published

                  ngrx-fsm

                  **NGRX BASED FINITE STATE MACHINE**

                  • v1.0.4
                  • 17.80
                  • Published

                  @zima/ngrx-rxui

                  Reactive data components wrappers (master/detail, datatable, lookup-select, etc.) for Angular 6+ and Ngrx.

                  • v0.1.3
                  • 17.63
                  • Published

                  typed-reducer

                  Framework-agnostic and class-based typed reducers

                  • v0.1.1
                  • 17.33
                  • Published

                  @kryptand/ngrx-auto-entity

                  Automatic Entity State and Facades for NgRx. Simplifying reactive state!

                  • v0.6.0-alpha.1
                  • 17.28
                  • Published

                  ngrx-roundtrips

                  A quality of life improvement library for people who like Redux pattern, but don't like it's verbosity.

                    • v10.0.4
                    • 17.26
                    • Published

                    ng2-reactor

                    A set of utilities for leveraging rxjs more heavily in angular 2

                    • v0.2.0
                    • 16.84
                    • Published

                    auth-schematic

                    A schematic to generate auth components and services with optional NgRx setup

                      • v1.0.4
                      • 16.67
                      • Published

                      tpxrx

                      tpxrx is a collection of nx workspace generators for a specific ngrx store pattern. tpxrx combines two goals to improve ngrx stores.

                      • v0.0.5
                      • 16.43
                      • Published

                      immutable-gene

                      helper library to remove boilplate code from reducers

                      • v1.0.2
                      • 16.23
                      • Published

                      ng-tds-moduler

                      Angular Module Creator for TDSPLC

                        • v0.0.1
                        • 16.07
                        • Published

                        ngrx-domains

                        A Global, Type friendly, registry for your **NGRX** logic

                        • v1.0.0-alpha.4
                        • 15.60
                        • Published

                        loadable-state

                        Hanldle API call redux state with Loadable

                        • v1.1.0
                        • 15.00
                        • Published

                        schematics-admin-test

                        Rangle's Angular Schematics to ensure best-practices and scalable architecture

                          • v0.0.1
                          • 14.81
                          • Published

                          ngrx-dictionary-reducer

                          Create a reducer that sorts by property from an existing reducer

                          • v1.0.3
                          • 14.49
                          • Published

                          ngrx-undo-effects

                          Enables undo-able actions with side effects for NgRx

                          • v0.1.1
                          • 13.74
                          • Published

                          ngrx-componentmodelformdefinitions

                          Angular module using NGRX to retrieve form definitions from ASP.Net Core API with the ComponentModelFormDefinitions NuGet package

                          • v1.3.0
                          • 13.33
                          • Published

                          ngrx-selector-fake

                          For tests where we don't want to mock/stub/spy the whole selector, only a select few dependent selectors that are not relevant for the test case/suite.

                          • v0.0.2
                          • 12.39
                          • Published

                          ngrx-generate

                          Command line for generating ngrx files

                            • v0.0.1
                            • 12.32
                            • Published

                            ng-schematics

                            A schematics with angular and ngrx

                              • v0.1.4
                              • 11.67
                              • Published

                              ngrx-flow

                              <p align="center"> <img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTAwMHB4IiBoZWlnaHQ9IjEwMDBweCIgdmlld0JveD0iMCAwIDEwMDAgMTAwMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciI

                              • v0.1.0-beta.2
                              • 11.35
                              • Published

                              schematics-admin

                              Rangle's Angular Schematics to ensure best-practices and scalable architecture

                                • v0.2.11
                                • 10.50
                                • Published

                                dynamicentity

                                Entity Object Pattern, which utilizes key value numeric pairs with associated data. In effect approximating address pointers.

                                • v0.6.1
                                • 10.37
                                • Published

                                @stackpro/simple-ngx-mathjax

                                A quick way to implement Mathjax v3 into your Angular project! Upgradtion of mathjax-angular by @sajivkumar

                                • v1.0.1
                                • 10.11
                                • Published

                                ngrx-modal

                                [![Travis](https://travis-ci.com/hdimitrieski/ngrx-modal.svg)](https://travis-ci.com/hdimitrieski/ngrx-modal)

                                • v1.0.0
                                • 10.01
                                • Published

                                ngrx-log-initiator

                                Adding initiator class and method name to ngrx action

                                • v1.0.0-alpha.3
                                • 9.56
                                • Published

                                kuzzle-ngrx

                                Angular ngrx extension to Kuzzle as backend

                                • v0.0.1
                                • 9.41
                                • Published

                                fully-typed-actions

                                Helpers for fully typed redux action creators with Typescript >=v2.8. Also features an Epic ofType rxjs operator.

                                • v0.3.3
                                • 9.37
                                • Published

                                ts-reducer-creator

                                TypeScript strongly typed boilerplate-free reducer creator

                                • v0.1.3
                                • 9.03
                                • Published

                                @simply-direct/zenstack-checker

                                A unified fullstack communication approach for NestJS + Angular with bidirectional real-time sync via sockets.

                                  • v0.0.0
                                  • 8.51
                                  • Published

                                  rxjs-flow

                                  redux like library with usage of rxjs

                                  • v1.0.0
                                  • 8.30
                                  • Published

                                  ngrx-demo-core-toni

                                  Core module with ngrx shared business logic to be used in an Angular2 web app and a Ionic2 mobile app.

                                  • v0.0.1
                                  • 7.31
                                  • Published

                                  ngrx-loadable

                                  Add some loading to your state

                                  • v1.3.3
                                  • 7.30
                                  • Published

                                  ts-action-es5

                                  TypeScript action creators for Redux

                                  • v3.2.2
                                  • 7.09
                                  • Published

                                  ionic-state-js-arrays

                                  Provides utilities for working with state in Ionic applications (using plain js arrays)

                                  • v1.0.0
                                  • 6.20
                                  • Published

                                  ngrx-demo-core

                                  Core module with ngrx shared business logic to be used in an Angular2 web app and a Ionic2 mobile app.

                                  • v0.0.1
                                  • 5.34
                                  • Published