Skip to content

Commit

Permalink
docs: update installation using ng add with latest (#2629)
Browse files Browse the repository at this point in the history
Closes #2612
  • Loading branch information
timdeschryver authored Jul 24, 2020
1 parent b144ed9 commit bb309e0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/data/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add @ngrx/data
If your project is using the Angular CLI 6+ then you can install the Data package to your project with the following `ng add` command <a href="https://angular.io/cli/add" target="_blank">(details here)</a>:

```sh
ng add @ngrx/data
ng add @ngrx/data@latest
```

### Optional `ng add` flags
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/effects/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add @ngrx/effects
If your project is using the Angular CLI 6+ then you can install the Effects to your project with the following `ng add` command <a href="https://angular.io/cli/add" target="_blank">(details here)</a>:

```sh
ng add @ngrx/effects
ng add @ngrx/effects@latest
```

### Optional `ng add` flags
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/entity/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add @ngrx/entity
If your project is using the Angular CLI 6+ then you can install the Entity to your project with the following `ng add` command <a href="https://angular.io/cli/add" target="_blank">(details here)</a>:

```sh
ng add @ngrx/entity
ng add @ngrx/entity@latest
```

This command will automate the following steps:
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/router-store/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add @ngrx/router-store
If your project is using the Angular CLI 6+ then you can install the Router Store to your project with the following `ng add` command <a href="https://angular.io/cli/add" target="_blank">(details here)</a>:

```sh
ng add @ngrx/router-store
ng add @ngrx/router-store@latest
```

### Optional `ng add` flags
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/schematics/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add @ngrx/schematics --dev
If your project is using the Angular CLI 6+ then you can make `@ngrx/schematics` the default collection for your application with the following `ng add` command <a href="https://angular.io/cli/add" target="_blank">(details here)</a>:

```sh
ng add @ngrx/schematics
ng add @ngrx/schematics@latest
```

### Optional `ng add` flags
Expand Down
2 changes: 1 addition & 1 deletion projects/ngrx.io/content/guide/store-devtools/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ yarn add @ngrx/store-devtools
If your project is using the Angular CLI 6+ then you can install the Store Devtools to your project with the following `ng add` command <a href="https://angular.io/cli/add" target="_blank">(details here)</a>:

```sh
ng add @ngrx/store-devtools
ng add @ngrx/store-devtools@latest
```

### Optional `ng add` flags
Expand Down

0 comments on commit bb309e0

Please sign in to comment.