Skip to content

Commit

Permalink
docs(schematics): revert docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefiozie authored and Jeffrey Bosch committed Jan 10, 2020
1 parent 4d994f6 commit 4e6dce0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/schematics/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Group the action file within an `actions` folder.

Generate a spec file alongside the action file.

- `--skipTest`
- `--spec`
- Type: `boolean`
- Default: `false`

Expand All @@ -50,7 +50,7 @@ Generate a spec file alongside the action file.
Generate a `User` actions file with an associated spec file.

```sh
ng generate action User
ng generate action User --spec
```

Generate a `User` actions file within a nested folder
Expand Down
4 changes: 2 additions & 2 deletions docs/schematics/effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ When used with the `--module` option, it registers an effect within the `Angular

Generate a spec file alongside the action file.

- `--skiptest`
- `--spec`
- Type: `boolean`
- Default: `false`
- Default: `true`

#### Examples

Expand Down
4 changes: 2 additions & 2 deletions docs/schematics/entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Provide the path to a `reducers` file containing a state interface and a object

Generate spec files associated with the entity files.

- `--skipTest`
- `--spec`
- Type: `boolean`
- Default: `false`
- Default: `true`

#### Examples

Expand Down
4 changes: 2 additions & 2 deletions docs/schematics/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Provide the path to a `reducers` file containing a state interface and a object

Generate spec files associated with the feature files.

- `--skipTest`
- `--spec`
- Type: `boolean`
- Default: `false`
- Default: `true`

#### Examples

Expand Down
4 changes: 2 additions & 2 deletions docs/schematics/reducer.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Provide the path to a `reducers` file containing a state interface and an object

Generate a spec file alongside the reducer file.

- `--skipTest`
- `--spec`
- Type: `boolean`
- Default: `false`
- Default: `true`

#### Examples

Expand Down

0 comments on commit 4e6dce0

Please sign in to comment.