Skip to content

Commit

Permalink
docs(Schematics): Fix module parameter type for entity blueprint (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
daikiojm authored and brandonroberts committed Feb 14, 2018
1 parent ed67c15 commit 17faa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schematics/entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Provide the path to a file containing an `Angular Module` and the entity reducer

- `--module`
- Alias: `-m`
- Type: `boolean`
- Type: `string`

Provide the path to a `reducers` file containing a state interface and a object map of action reducers. The generated entity interface will be imported added to the first defined interface within the file. The entity reducer will be imported and added to the first defined object with an `ActionReducerMap` type.

Expand Down

0 comments on commit 17faa25

Please sign in to comment.