Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #736 from MuhammadMabrouk/patch-1
Browse files Browse the repository at this point in the history
Update account.md
  • Loading branch information
masum-ulu authored Feb 1, 2024
2 parents 7673266 + 641ad2e commit 42a6c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/modules/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ See the `AccountPermissions` class members for all permissions defined for this

#### Installation

In order to configure the application to use the `AccountPublicModule` and the `AccountAdminModule`, you first need to import `AccountPublicConfigModule` from `@volo/abp.ng.account/public/config` and `AccountAdminConfigModule` from `@volo/abp.ng.account/adming/config` to root module. Config modules has a static `forRoot` method which you should call for a proper configuration.
In order to configure the application to use the `AccountPublicModule` and the `AccountAdminModule`, you first need to import `AccountPublicConfigModule` from `@volo/abp.ng.account/public/config` and `AccountAdminConfigModule` from `@volo/abp.ng.account/admin/config` to root module. Config modules has a static `forRoot` method which you should call for a proper configuration.

```js
// app.module.ts
Expand Down Expand Up @@ -278,7 +278,7 @@ The command below generates `AccountPublicModule` proxies:
abp generate-proxy --module account
```

The command below generates `AccountPublicModule` proxies:
The command below generates `AccountAdminModule` proxies:
```bash
abp generate-proxy --module accountAdmin
```
Expand Down

0 comments on commit 42a6c3e

Please sign in to comment.