@andyx64/ngrx-firestore

An Angular schematic for quickly scaffolding NgRx and Firestore

Usage no npm install needed!

<script type="module">
  import andyx64NgrxFirestore from 'https://cdn.skypack.dev/@andyx64/ngrx-firestore';
</script>

README

NgRx Firestore Schematic


An Angular schematic for quickly scaffolding NgRx Entities with actions, effects, reducer, model, service, in combination with Firestore inspired by briebug/ngrx-entity-schematic.

How to Use

Install the necessary NgRx Entity libraries in your project

  yarn install @ngrx/{effects,entity,router-store,store,store-devtools} ngrx-store-freeze

Run the schematic

ng add @andyx64/ngrx-firestore