12.4.4 • Published 2 years ago

@ngrx-ducks/schematics v12.4.4

Weekly downloads
2
License
MIT
Repository
-
Last release
2 years ago

@ngrx-ducks/schematics

You get this package automatically if you install @co-it/ngrx-ducks.

Commands

CommandDescription
ng generate @co-it/ngrx-ducks:duck <path/duck>Create a duck in the desired directory

Parameter

ParameterDescription
projectThe name of the project.
barrelWhen true (the default) and not flat, creates a index.ts barrel file.
flatWhen true, creates files at the top level of the project.
specWhen true (the default), generates a \"spec.ts\" test file for the new Duck.
effectsWhen true (the default), generates an \"effects.ts\" file for the new Duck.
moduleThe declaring NgModule for the effect (or nearest NgModule if omitted).
skipImportWhen true, does not import the effect into the owning NgModule.
selectorsWhen true (the default), generates a \"selectors.ts\" file for the new Duck.
12.4.4

2 years ago

12.0.0

3 years ago

11.0.0-alpha.0

3 years ago

10.0.1

4 years ago

10.0.0

4 years ago

9.2.0

4 years ago

9.0.3

4 years ago

9.0.0-rc.3

4 years ago

9.0.0-rc.2

4 years ago

9.0.0-rc.0

4 years ago