Browse Source
Merge pull request #16073 from abpframework/update-dynamic-form-docs
Update references on doc
pull/16077/head
Masum ULU
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/UI/Angular/Dynamic-Form-Extensions.md
|
|
|
@ -23,8 +23,8 @@ The following code prepares two constants named `identityCreateFormPropContribut |
|
|
|
import { |
|
|
|
eIdentityComponents, |
|
|
|
IdentityCreateFormPropContributors, |
|
|
|
IdentityUserDto, |
|
|
|
} from '@abp/ng.identity'; |
|
|
|
import { IdentityUserDto } from '@abp/ng.identity/proxy'; |
|
|
|
import { ePropType, FormProp, FormPropList } from '@abp/ng.theme.shared/extensions'; |
|
|
|
import { Validators } from '@angular/forms'; |
|
|
|
|
|
|
|
|