Browse Source

quick fix

pull/13962/head
Hamza Albreem 4 years ago
committed by GitHub
parent
commit
363e3a2e54
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