Masum ULU
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
3 deletions
-
docs/en/UI/Angular/Form-Validation.md
|
|
|
@ -13,9 +13,11 @@ import { provideAbpThemeShared, withValidationBluePrint } from '@abp/ng.theme.sh |
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
providers: [ |
|
|
|
provideAbpThemeShared(withValidationBluePrint({ |
|
|
|
uniqueUsername: "::AlreadyExists[{%{{{ username }}}%}]" |
|
|
|
})), |
|
|
|
provideAbpThemeShared( |
|
|
|
withValidationBluePrint({ |
|
|
|
uniqueUsername: "::AlreadyExists[{%{{{ username }}}%}]" |
|
|
|
}) |
|
|
|
), |
|
|
|
... |
|
|
|
], |
|
|
|
}) |
|
|
|
|