Browse Source

Merge pull request #7830 from abpframework/mehmet-erim-patch-1

Updated the How-Replaceable-Components-Work-with-Extensions.md
pull/7831/head
Bunyamin Coskuner 5 years ago
committed by GitHub
parent
commit
46ce9c95d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md

4
docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md

@ -248,7 +248,7 @@ We have added the `abp-page-toolbar`, `abp-extensible-table`, and `abp-extensibl
You should import the required modules for the `MyRolesComponent` to `MyRolesModule`. Open the `src/my-roles/my-roles.module.ts` file and replace the content with the following:
```ts
```js
import { UiExtensionsModule } from '@abp/ng.theme.shared/extensions';
import { NgModule } from '@angular/core';
import { SharedModule } from '../shared/shared.module';
@ -285,4 +285,4 @@ After the steps above, the `RolesComponent` has been successfully replaced with
![my-roles-component-with-extensions](./images/my-roles-component-with-extensions.jpg)
![my-roles-component-form-extensions](./images/my-roles-component-form-extensions.jpg)
![my-roles-component-form-extensions](./images/my-roles-component-form-extensions.jpg)

Loading…
Cancel
Save