From 97ae0f8a5fecf9817e1f9bbdfd8c87b0ad74ae50 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Tue, 27 Apr 2021 17:35:29 +0300 Subject: [PATCH] Update Account-Module.md resolves https://github.com/volosoft/volo/issues/5817 --- docs/en/UI/Angular/Account-Module.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/UI/Angular/Account-Module.md b/docs/en/UI/Angular/Account-Module.md index 0227a53b62..9496eb95c5 100644 --- a/docs/en/UI/Angular/Account-Module.md +++ b/docs/en/UI/Angular/Account-Module.md @@ -13,10 +13,10 @@ If you add the account module to your project; Install the `@abp/ng.account` NPM package by running the below command: ```bash -npm install @abp/ng.account@next +npm install @abp/ng.account ``` -> Make sure v4.3-rc or higher version is installed. +> Make sure v4.3 or higher version is installed. Open the `app.module.ts` and add `AccountConfigModule.forRoot()` to the imports array as shown below: @@ -52,12 +52,12 @@ export class AppRoutingModule {} ### Account Public Module Implementation for Commercial Templates -The pro startup template comes with `@volo/abp.ng.account` package. You should update the package version to v4.3-rc or higher version. The package can be updated by running the following command: +The pro startup template comes with `@volo/abp.ng.account` package. You should update the package version to v4.3 or higher version. The package can be updated by running the following command: ```bash -npm install @volo/abp.ng.account@next +npm install @volo/abp.ng.account ``` -> Make sure v4.3-rc or higher version is installed. +> Make sure v4.3 or higher version is installed. Open the `app.module.ts` and add `AccountPublicConfigModule.forRoot()` to the imports array as shown below: