From bb309e00b6e302aef48f5d54d7aa975ccfd398f5 Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Fri, 24 Jul 2020 13:52:20 +0200 Subject: [PATCH] docs: update installation using ng add with latest (#2629) Closes #2612 --- projects/ngrx.io/content/guide/data/install.md | 2 +- projects/ngrx.io/content/guide/effects/install.md | 2 +- projects/ngrx.io/content/guide/entity/install.md | 2 +- projects/ngrx.io/content/guide/router-store/install.md | 2 +- projects/ngrx.io/content/guide/schematics/install.md | 2 +- projects/ngrx.io/content/guide/store-devtools/install.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/ngrx.io/content/guide/data/install.md b/projects/ngrx.io/content/guide/data/install.md index a9a2100a43..fb5c5e7a01 100644 --- a/projects/ngrx.io/content/guide/data/install.md +++ b/projects/ngrx.io/content/guide/data/install.md @@ -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 (details here): ```sh -ng add @ngrx/data +ng add @ngrx/data@latest ``` ### Optional `ng add` flags diff --git a/projects/ngrx.io/content/guide/effects/install.md b/projects/ngrx.io/content/guide/effects/install.md index 88d3f0a90e..56305be53e 100644 --- a/projects/ngrx.io/content/guide/effects/install.md +++ b/projects/ngrx.io/content/guide/effects/install.md @@ -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 (details here): ```sh -ng add @ngrx/effects +ng add @ngrx/effects@latest ``` ### Optional `ng add` flags diff --git a/projects/ngrx.io/content/guide/entity/install.md b/projects/ngrx.io/content/guide/entity/install.md index ce9b621341..2de5a90f21 100644 --- a/projects/ngrx.io/content/guide/entity/install.md +++ b/projects/ngrx.io/content/guide/entity/install.md @@ -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 (details here): ```sh -ng add @ngrx/entity +ng add @ngrx/entity@latest ``` This command will automate the following steps: diff --git a/projects/ngrx.io/content/guide/router-store/install.md b/projects/ngrx.io/content/guide/router-store/install.md index 9c1dda0e42..a25bc7d0e0 100644 --- a/projects/ngrx.io/content/guide/router-store/install.md +++ b/projects/ngrx.io/content/guide/router-store/install.md @@ -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 (details here): ```sh -ng add @ngrx/router-store +ng add @ngrx/router-store@latest ``` ### Optional `ng add` flags diff --git a/projects/ngrx.io/content/guide/schematics/install.md b/projects/ngrx.io/content/guide/schematics/install.md index f813f72256..61c476be9a 100644 --- a/projects/ngrx.io/content/guide/schematics/install.md +++ b/projects/ngrx.io/content/guide/schematics/install.md @@ -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 (details here): ```sh -ng add @ngrx/schematics +ng add @ngrx/schematics@latest ``` ### Optional `ng add` flags diff --git a/projects/ngrx.io/content/guide/store-devtools/install.md b/projects/ngrx.io/content/guide/store-devtools/install.md index 9a260d0387..e714702888 100644 --- a/projects/ngrx.io/content/guide/store-devtools/install.md +++ b/projects/ngrx.io/content/guide/store-devtools/install.md @@ -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 (details here): ```sh -ng add @ngrx/store-devtools +ng add @ngrx/store-devtools@latest ``` ### Optional `ng add` flags