Skip to content

Commit

Permalink
Merge pull request #13962 from abpframework/dynamic-form-extension-qu…
Browse files Browse the repository at this point in the history
…ick-fix

quick fix
  • Loading branch information
enisn authored Sep 23, 2022
2 parents 8c83b2d + 363e3a2 commit 418d9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/UI/Angular/Dynamic-Form-Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ const options: FormPropOptions<IdentityUserDto> = {

const prop = new FormProp(options);
```
FormProp has template option since version 6.0. it can accept custom angular component.
FormProp has the template option since version 6.0. it can accept custom angular component.
The component can access PropData and Prop.
Example custom prop component.
Example of the custom prop component.
```js
import {
EXTENSIBLE_FORM_VIEW_PROVIDER,
Expand Down

0 comments on commit 418d9dc

Please sign in to comment.