ng generate @ngrx-ducks/core:facade <path/facade>
Parameter | Description |
| The name of the project. |
| When true (the default) and not flat, creates a index.ts barrel file. |
| When true, creates files at the top level of the project. |
| When true (the default), generates a "spec.ts" test file for the new Duck. |
| When true (the default), generates an "effects.ts" file for the new Duck. |
| The declaring NgModule for the effect (or nearest NgModule if omitted). |
| When true, does not import the effect into the owning NgModule. |
| When true (the default), generates a "selectors.ts" file for the new Duck. |