@ngrx-ducks/core

This library acts as a thin layer on top of [NgRx](https://ngrx.io). It automatically creates action creators and reducer functions for you. Furthermore, you get a service that you can use in your components. This Service provides a strictly typed API all

Usage no npm install needed!

<script type="module">
  import ngrxDucksCore from 'https://cdn.skypack.dev/@ngrx-ducks/core';
</script>

README

@ngrx-ducks/core

This library acts as a thin layer on top of NgRx. It automatically creates action creators and reducer functions for you. Furthermore, you get a service that you can use in your components. This Service provides a strictly typed API allowing both dispatching actions and selecting data from the Store.

Quick Start

Getting started in 10 Minutes.

Demo

Please checkout the demo hosted on ⚡️ StackBlitz. It shows how NgRx and NgRx Ducks work together.

Schematics

The NgRx Ducks library provides built-in schematics to generate a Duck for you.