1.2.3 • Published 6 years ago

@ezzing/ezz-schematics v1.2.3

Weekly downloads
10
License
MIT
Repository
-
Last release
6 years ago

Ezzing Schematics

The objective of this package is to help in the creation of structures that you have to do, usually, repetitively.

Simply add it as an angular schematics in your angular.json and run it like any schematic.

Current Schematics

## NgRx Entities

ezz-entity example

With the schematic ezz-entity you can generate the following files:

  • entityName.reducer.ts
  • entityName.actions.ts
  • entityName.selectors.ts
  • entityName.effects On demand with cli

Note: it has support for all type of plurals. (i.e: offer -> offers | activity -> activities)