Browse Source

Merge pull request #13962 from abpframework/dynamic-form-extension-quick-fix

quick fix
pull/14108/head
Enis Necipoglu 4 years ago
committed by GitHub
parent
commit
418d9dc95a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/UI/Angular/Dynamic-Form-Extensions.md

4
docs/en/UI/Angular/Dynamic-Form-Extensions.md

@ -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,

Loading…
Cancel
Save